Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support {&as all} #3

Open
alexmozaidze opened this issue Apr 29, 2024 · 0 comments
Open

Support {&as all} #3

alexmozaidze opened this issue Apr 29, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers low priority A low priority issue

Comments

@alexmozaidze
Copy link
Owner

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.

@alexmozaidze alexmozaidze added enhancement New feature or request low priority A low priority issue good first issue Good for newcomers labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low priority A low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant