Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>gas-highlightNew to Visual Studio Code? Get it now.
gas-highlight

gas-highlight

Benjamin Jurk

|
1,822 installs
| (0) | Free
vscode extension for the gnu assembler
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

description

wip vscode extension for the gas assembler

setup

npm install
> goto vs code debug window
> start debugging

features

  • syntax highlighting, color orientation based on "dark+" theme

project structure

files to care about:

  • package.json - specifies information about this extension
  • src/extension.js - is being executet by vscode
  • src/language-configuration.json - specify common vscode ide support
  • src/assembly.tmLanguage.json - textmate grammer, tells what color for what syntax
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft