tree-sitter-query icon indicating copy to clipboard operation
tree-sitter-query copied to clipboard

TS query grammar for tree-sitter

Results 2 tree-sitter-query issues
Sort by recently updated
recently updated
newest added

### Did you check the tree-sitter docs? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser ### Is your feature request related...

enhancement

# Problem In tree-sitter's query syntax, the construct described as a `list` in the current grammar is actually known as an alternation - see https://tree-sitter.github.io/tree-sitter/using-parsers#alternations It would be better to...