Skip to main content

Crate lspkit_treesitter

Crate lspkit_treesitter 

Source
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;

Modules§

cache
Content-hash-keyed parse cache.
parser
LanguageParser trait.