Syntax highlighting and language support for the Kit programming language.
- Full syntax highlighting for Kit source files (
.kit). - Block comments, inline C blocks, character literals, and backtick identifiers.
- Support for Kit-specific constructs:
trait,implement,rule/rules,specialise,rewrite, etc.
A Language Server Protocol implementation is coming soon.
Search for "Kit" in the Extensions view (Ctrl+Shift+X).
pnpm run package
code --install-extension *.vsixpnpm install
pnpm run build # generate JSON grammar from YAML source
pnpm test # run grammar unit testsLGPL-3.0. The full license text is in LICENSE in this folder.