Registry / config / tree-sitter-config

tree-sitter-config

JSON →
library0.26.7rscratesunverified

User configuration of tree-sitter's command line programs

# Cargo.toml [dependencies] tree-sitter-config = "0.26.7"
INSTALL
IMPORT
SIG · TREE-SITTER-CONFIG
T
tree-sitter-config
configrustv0.26.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config
use tree_sitter_config::Config;

Loads tree-sitter user configuration

use tree_sitter_config::Config; fn main() -> Result<(), Box<dyn std::error::Error>> { let config = Config::load()?; println!("Config loaded: {:?}", config); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
tree-sitter-config — cargo add tree-sitter-config · libregistry