An open API service indexing awesome lists of open source software.

https://github.com/open-goal/opengoal-vscode

VSCode Extension for OpenGOAL
https://github.com/open-goal/opengoal-vscode

Last synced: 7 days ago
JSON representation

VSCode Extension for OpenGOAL

Awesome Lists containing this project

README

        

# OpenGOAL for VSCode

Provides syntax highlighting, snippets, and more for the OpenGOAL language and it's related languages as well - https://open-goal.github.io

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.

## Features

- 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

## Example Screenshots

OpenGOAL Syntax Highlighting:

![](docs/img/opengoal-highlighting.png)

OpenGOAL IR Syntax Highlighting:

![](docs/img/opengoal-ir-highlighting.png)