This repository hosts VSCode tooling for the Kit programming language. This project is a fork of AlexPoulsen/kit-vscode.
It contains a few independent extensions, each published under its own ID and license:
| Extension | ID | Path |
|---|---|---|
| Syntax | kitlang.syntax |
syntax/ |
| LSP | kitlang.lsp |
language-server/ |
Syntax highlighting for Kit.
Language server support for Kit. Currently a placeholder that contributes sample configuration options only.
Each extension is built and tested independently by CI (see
ci.yml), which runs a matrix over both
syntax/ and language-server/. To build locally, see each extension's own
README.
This repository is REUSE-compliant; license texts live
in LICENSES/ and per-file declarations are in
REUSE.toml. Each extension carries its own LICENSE file
(symlinked to LICENSES/<SPDX>.txt) so vsce packages it as LICENSE.txt.
language-server: MIT (seelanguage-server/LICENSE).syntax: LGPL-3.0 (seesyntax/LICENSE).