VS Code extension package that provides Graplix syntax highlighting and language-server features.
.graplixlanguage registration- TextMate grammar (
syntaxes/graplix.tmLanguage.json) - Language Server client bootstrap (
src/extension.ts) - Node language server entry (
src/language-server.ts)
From repository root:
yarn workspace graplix-vscode-extension build
yarn workspace graplix-vscode-extension watchBuild produces:
dist/*.cjsruntime bundlesgraplix-vscode-extension-<version>.vsixpackage artifact
- Keep this package aligned with
@graplix/languagegrammar outputs. - If grammar changes, regenerate language artifacts in
packages/languagefirst.