Snippets for common constructs (model, controller, view)
Installation (dev)
Install dev tools:
npm install -g vsce
From this folder, create a VSIX package:
cd vscode-hypl
vsce package
# This creates hyperian-hypl-0.1.0.vsix
Install the VSIX into VS Code (Command Palette → "Extensions: Install from VSIX...")
Development
Open the vscode-hypl folder in VS Code and press F5 to launch an Extension Development Host to test the extension.
Notes
This is a minimal grammar (TextMate) for initial highlighting. For best accuracy, we can generate a more complete TextMate grammar from the existing Tree-sitter grammar or switch to semantic tokens / LSP later.
Contributions welcome — add more tokens, scopes, and snippets to improve editor support.