mirror of https://github.com/kdl-org/kdl-rs.git
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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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.