This Visual Studio Code extension provides syntax highlighting for the VoidScript scripting language.
.vs and .voidscript.Ctrl+Shift+X / Cmd+Shift+X on macOS).voidscript-syntax-<version>.vsix file from the Releases page.Ctrl+Shift+P), then select Extensions: Install from VSIX.....vsix file.To build and package the extension from source:
git clone https://github.com/fszontagh/voidscript.git
cd voidscript/assets/vscode/voidscript-syntax
npm install
npm run build
After building, a .vsix package (e.g., voidscript-syntax-1.0.0.vsix) will be generated in the current directory.
To install the extension from file: code --install-extension voidscript-syntax-1.0.0.vsix
Open a VoidScript file (extension .vs or .voidscript) in VS Code. The syntax highlighting will be applied automatically.
Contributions to the grammar and syntax definitions are welcome!
src/grammar/.MIT License. See the LICENSE file for details.