wip vscode extension for the gas assembler
npm install
> goto vs code debug window
> start debugging
- syntax highlighting, color orientation based on "dark+" theme
files to care about:
package.json
- specifies information about this extensionsrc/extension.js
- is being executet by vscodesrc/language-configuration.json
- specify common vscode ide supportsrc/assembly.tmLanguage.json
- textmate grammer, tells what color for what syntax