Skip to content

agentcooper/tree-sitter-query-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formatter for Tree-sitter queries.

Available on the web and as a Rust crate.

Development

Use cargo test --test integration_tests to run tests.

Use cargo run <FILE> to print output for a file or echo '...' | cargo run for a short snippet. Use cargo run <FILE> --tree to also print a parse tree.

Use make dev to run the browser playground locally.

Useful links