This project is copied and adapted from MIPS Support
This VSCode extension provides basic RISC-V colorization and snippets support.
- RV32GC and RV64GC syntax highlight (G = IMAFD)
- Assembler directives
- Preprocessors like
#include
and#define
- Comments:
#
,//
and/* */
The extension is based on Textmate's MIPS bundle
- Bug fixes
- Bug fixes
- Add more instructions (C extensions)
- Fix block comment
- Add preprocessor support
- Add more instructions (A/F/D extensions and 64-bit instructions)
- Add assembler directives described in https://rv8.io/asm.html
- Add more instructions
- Update Logo
- Add demo image
- Branches into RISC-V
- Add syntax for singly-quoted characters
- Switch svg logo to png
- Initial release