Documentation
¶
Overview ¶
Command update-vscode-plugin regenerates the VS Code extension's TextMate grammar (editors/vscode-gad/syntaxes/gad.tmLanguage.json) from the current Gad language vocabulary, so highlighting stays in sync with the compiler. It also reports the language commits since the extension was last updated.
Usage:
go run ./cmd/update-vscode-plugin # dry run (report only) go run ./cmd/update-vscode-plugin -w # write the grammar
Click to show internal directories.
Click to hide internal directories.