tree-sitter/crates/config
2025-09-04 04:22:32 -04:00
..
src fix(rust): do not interpret readme doc comments as doc tests 2025-09-04 04:22:32 -04:00
Cargo.toml feat(rust): Add direct links to documentation 2025-07-22 18:36:08 -04:00
README.md Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00

Tree-sitter Config

Manages Tree-sitter's configuration file.

You can use a configuration file to control the behavior of the tree-sitter command-line program. This crate implements the logic for finding and the parsing the contents of the configuration file.