Commit Graph

2 Commits

Author SHA1 Message Date
Hillgrove 9f3c2154fc
fix(lsp): clamp char index to rope length in char_to_position (#154)
Fixes: kdl-org/vscode-kdl#29

Prevents a panic when a diagnostic span's end offset lands past
the end of the rope.
2026-05-28 21:51:43 -07:00
Kat Marchán b6b67f62fa
feat(lsp): add LSP server (#115)
Fixes: https://github.com/kdl-org/kdl-rs/issues/113
2025-01-16 18:54:34 -08:00