kdl-rs/tools/kdl-lsp
Developer d6fdda19c1 fix(lsp): prevent char index out of bounds panic in diagnostic positions
Convert byte indices to char indices before calculating positions in the
rope. The previous implementation passed byte offsets directly to char
indexing functions, causing a panic when the byte index exceeded the
character count.
2026-02-27 01:10:01 +01:00
..
src fix(lsp): prevent char index out of bounds panic in diagnostic positions 2026-02-27 01:10:01 +01: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.