Adds support for the DSA assembly language in VSCode.
- Basic syntax highlighting
Note: this program might not compile, it is just an example of a variety of instructions being highlighted.
We don't have any language server yet so semantic highlighting won't work yet.
- Basic syntax highlighting using TextMate grammar.
- Binary literals start with
0b
. - Default file icons! The light mode one is not currently working unfortunately.
- Update syntax file.
- Update syntax file to detect labels after
call
.