tree-sitter/cli/config
Douglas Creager b44270efab cli: Missing config file shouldn't be an error
Just fall back on the default values for each configuration option.
2021-06-10 10:22:20 -04:00
..
src cli: Missing config file shouldn't be an error 2021-06-10 10:22:20 -04:00
Cargo.toml cli: Extract CLI configuration into separate crate 2021-06-10 10:21:22 -04: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.