kdl-rs/tools/kdl-lsp
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
..
src feat(lsp): add LSP server (#115) 2025-01-16 18:54:34 -08:00
Cargo.toml feat(deps): Absolve `kdl-rs` of `syn` (#125) 2025-04-28 11:26:09 -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.