tree-sitter/cli/config
2024-10-08 21:07:41 -04:00
..
src style: wrap comments 2024-04-11 22:35:43 -04:00
Cargo.toml build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04:00
README.md doc: Include README as top-level module documentation for all crates 2023-08-28 23:09:37 +03: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.