opengoal-vscode/README.md

23 lines
699 B
Markdown
Raw Permalink Normal View History

# OpenGOAL for VSCode
2022-03-15 01:36:07 -04:00
Provides syntax highlighting, snippets, and more for the OpenGOAL language and it's related languages as well - https://open-goal.github.io
2022-03-15 01:36:07 -04:00
Therefore, this repo also contains TextMate grammars for the languages that you should be able to use for any other editor if you so choose.
2022-03-15 01:36:07 -04:00
## Features
2022-03-15 01:36:07 -04:00
- Syntax Highlighting for `.gc` (OpenGOAL) files
- Syntax Highlighting for `*_ir2.asm` (OpenGOAL IR) files
- Supports embedded highlighting for OpenGOAL blocks
- File Icons distinct for each sub-language
2022-03-15 01:36:07 -04:00
## Example Screenshots
2022-03-15 01:36:07 -04:00
OpenGOAL Syntax Highlighting:
2022-03-15 01:36:07 -04:00
![](docs/img/opengoal-highlighting.png)
2022-03-15 01:36:07 -04:00
OpenGOAL IR Syntax Highlighting:
2022-03-15 01:36:07 -04:00
![](docs/img/opengoal-ir-highlighting.png)