tree-sitter/cli/loader
Amaan Qureshi b3183363a2 feat(loader): add a way to get the cwd's language config
Co-authored-by: Will Lillis <will.lillis24@gmail.com>
2025-01-03 16:16:17 -05:00
..
src feat(loader): add a way to get the cwd's language config 2025-01-03 16:16:17 -05:00
build.rs fix(cli): keep default cc flags in build 2024-05-05 13:06:45 -04:00
Cargo.toml fix(cli): use xdg config directory on macOS 2024-12-23 02:09:06 -05:00
emscripten-version build(deps): bump emscripten to 3.1.74 2025-01-02 22:10:49 -06: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.