tree-sitter/cli/loader
2023-09-21 00:52:50 -04:00
..
src perf: cache the current language configuration to lookup later on 2023-09-21 00:52:50 -04:00
build.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
Cargo.toml rust: pin serde version on 1.0.171 due to serde-rs/serde#2538 2023-08-19 16:15:47 +03:00
README.md doc: Include README as top-level module documentation for all crates 2023-08-28 23:09:37 +03:00

Tree-sitter Loader

The tree-sitter command-line program will dynamically find and build grammars at runtime, if you have cloned the grammars' repositories to your local filesystem. This helper crate implements that logic, so that you can use it in your own program analysis tools, as well.