Commit Graph

10 Commits

Author SHA1 Message Date
Thomas KEMKEMIAN 997cdc45f6 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:12:29 +01:00
Kat Marchán 268f3a2d00
chore: Release 2025-09-11 15:17:05 -07:00
Kat Marchán fb9d725b06
chore: Release 2025-09-11 14:13:08 -07:00
Brooks Rady 439aa63bfc
feat(deps): Absolve `kdl-rs` of `syn` (#125)
This completes the removal of `syn` from `kdl-rs`s dependency tree!
2025-04-28 11:26:09 -07:00
Kat Marchán b7cf2ec6fd
chore: Release 2025-01-25 12:16:52 -08:00
Kat Marchán 2072c66f51
chore: Release 2025-01-16 19:49:06 -08:00
Kat Marchán 84b2678ac1
fix keyword 2025-01-16 19:48:34 -08:00
Kat Marchán 2e273f9314
chore: Release 2025-01-16 19:45:42 -08:00
Kat Marchán 266b462a19
feat(msrv): bump msrv to 1.71.1 2025-01-16 19:44:35 -08: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