* Move all rust crates (except lib) into crates dir, w/o nesting * Remove stale path from .gitattributes * Rename lib.rs files for easier navigation * Rename mod.rs file for easier navigation * Fix emscripten-version path * Fix fixtures dir paths * Use the default rustfmt settings * Don't use nightly on CI
7 lines
265 B
Markdown
7 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.
|