Support {&as all}
#3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
low priority
A low priority issue
Parser doesn't support
{&as all}
notation in binding context.At the moment, it's possible to very easily capture this notation with the following query:
(table_binding_pair key: (symbol_option) @_opt value: (_) @value (#eq? @_opt "&as"))
but this gets annoying to do when one is making a larger query.
The text was updated successfully, but these errors were encountered: