tree-sitter-grammars / tree-sitter-query

TS query grammar for tree-sitter
Apache License 2.0
52 stars 14 forks source link

Support wildcard nodes `_` #15

Closed stsewd closed 3 years ago

stsewd commented 3 years ago

I also gave the anonymous nodes a field name, otherwise we aren't able to capture the name, I'll update the playground and our queries.

Wasn't sure if I should give the wildcard node a name or leave it anonymous, suggestions are welcome!

Ref: