kdl-rs/tools/kdl-lsp
Hillgrove e56b6c1cba fix(lsp): clamp char index to rope length in char_to_position
Prevents a panic when a diagnostic span's end offset lands past
the end of the rope. Fixes kdl-org/vscode-kdl#29
2026-04-19 18:03:22 +02:00
..
src fix(lsp): clamp char index to rope length in char_to_position 2026-04-19 18:03:22 +02:00
Cargo.toml chore: Release 2025-09-11 15:17:05 -07:00
README.md feat(lsp): add LSP server (#115) 2025-01-16 18:54:34 -08:00

README.md

kdl-lsp

This is an LSP server for KDL.

Currently, it only supports diagnostics, which it generates using kdl-rs.

It will eventually support richer diagnostics, completions, and KDL Schema.