Language support for dae
Install dependencies and start dev:
pnpm i
pnpm devInside VS Code, press F5. This will run the extension in a new Extension Development Host window. You can debug on this.
Syntax Highlight is defied on syntaxes/dae.tmLanguage.yaml. And the .json file is converted from it.
It is powered by TextMate grammars. You can find related resources from:
- Syntax Highlight Guide | Visual Studio Code Extension API
- Language Grammars — TextMate 1.x Manual
- Predefined TextMate scope mappings | Visual Studio Code Extension API
vsocde-dae © daeuniverse, Released under MIT License.