tree-sitter/cli/config
James McCoy 8e698371a2
config: Bump minimum serde_json version to 1.0.45
This is the version which introduced Map's append function, used in
Config::add.
2022-01-01 23:27:42 -05:00
..
src Merge pull request #1234 from ahlinc/fix/imrove-config-loading-err-msgs 2021-07-15 20:37:40 -07:00
Cargo.toml config: Bump minimum serde_json version to 1.0.45 2022-01-01 23:27:42 -05:00
README.md cli: Extract CLI configuration into separate crate 2021-06-10 10:21:22 -04:00

tree-sitter-config

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.