VSCode Extension for OpenGOAL
Go to file
2022-07-29 00:07:39 -04:00
.github lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
.vscode lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
docs syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
icons syntax: add language specific icons 2022-03-16 20:42:22 -04:00
img opengoal-ir: fix filename association 2022-03-16 23:31:45 -04:00
lib Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
samples Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
snippets lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
src Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
syntaxes languages: additions to syntax configs found during lsp work 2022-07-29 00:07:39 -04:00
.eslintignore Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
.eslintrc.yml lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
.gitattributes Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
.gitignore lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
.prettierignore Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
.prettierrc.json Add feature to jump to man page given current editor positions mnemonic (#26) 2022-07-29 00:01:53 -04:00
.vscodeignore gen: project scaffolding and generation 2022-03-15 01:36:32 -04:00
LICENSE syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
package-lock.json lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00
package.json languages: additions to syntax configs found during lsp work 2022-07-29 00:07:39 -04:00
README.md syntax: modified clojure grammar to work decently for OpenGOAL 2022-03-16 22:49:41 -04:00
tsconfig.json lsp: Add initial LSP support (#16) 2022-07-24 22:53:37 -04:00

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:

OpenGOAL IR Syntax Highlighting: