Expand description
lspkit-treesitter — pluggable tree-sitter parser registry with a
content-hash-keyed parse cache. No grammars are bundled — consumers
depend on whichever grammar crates they need and implement
parser::LanguageParser for each.
Re-exports§
pub use crate::cache::ContentHash;pub use crate::cache::ParseCache;pub use crate::parser::LanguageParser;pub use crate::parser::ParserError;