Dream CodeThis extension adds syntax and semantic highlighting for the Dream Maker language in Visual Studio Code using tree-sitter. Quick Start
ConfigurationThe extension automatically downloads the tree-sitter-dm parser from the latest release in the https://github.com/FeudeyTF/tree-sitter-dm repository. It also downloads Tree-sitter query files for highlighting, injections, tags, and other features from the repository if they exist. You can specify the repository and query paths.
Note that this extension uses WASM bindings for Tree-sitter parsers. Make sure they are generated with ABI version 15. You can activate the debug mode with the setting:
This will log information in the output channel CreditsThis extension is based on the tree-sitter-vscode extension by AlecGhost. LicenseDream Code syntax highlighter is free software. The project is licensed under GNU GPL v3. |