mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-12 16:36:27 -04:00
8 lines
265 B
Markdown
8 lines
265 B
Markdown
# 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.
|