A VS Code extension that provides syntax highlighting and snippets for Hybroid Live.
Language server support is planned and coming soon.
Download this extension:
- Visual Studio Code marketplace: (coming soon)
.vsix
extension: GitHub Releases
You need to have node.js and vsce (npm install -g @vscode/vsce
).
Then just run vsce package
to build the extension.
This project is licensed under MIT license.
The syntax highlighting is based on VS Code default Rust syntax definition.