JSONV Language Support (VS Code)
VS Code language support for .jsonv files (JSON5 + JSONV extensions).
If you want the JSONV language specification and examples, see the main JSONV repository:
https://github.com/CLDMV/jsonv
What this extension provides
- Language registration for
.jsonv
- Syntax highlighting via TextMate grammar
- Comment toggling for
// and /* */
- Auto-closing pairs for braces, brackets, quotes, and backticks
What this extension does not provide
Local development
- Open this folder in VS Code.
- Press
F5 to launch the Extension Development Host.
- Open a
.jsonv file and verify the language mode is JSONV.
Packaging and install
These npm scripts are defined in package.json:
npm run build — packages the extension to a .vsix in the repo root.
npm run clean — removes generated .vsix files.
npm run install — builds and installs the latest .vsix via the VS Code CLI.
Repo layout
| |