Klar support for Zed
- 🎨 Syntax highlighting for Klar, Klon, and
glas.lockfiles - 💡 Language server provided by KlarLS
- Clone this repo:
git clone https://github.com/klarlanguage/klar-zed.git
- In Zed, go to File > Extensions (or Ctrl+Shift+X), then Install Dev Extension, and select the folder with the cloned repo.
Issues, bug reports, and discussions should be created in the main Klar repo.
Contributions should follow our style guide and AI policy in the main Klar repo.
To update the rev fields of the grammars in extension.toml, run bun run update-repos or bun run scripts/updateGrammars.ts.
All files in your PRs should be properly formatted. Run oxfmt to format. Use rusfmt with default settings to format Rust files.