queries: Rewrite all locals

This commit is contained in:
Michael Davis 2025-02-24 12:46:34 -05:00
parent 8ead488fd5
commit ac88096c98
No known key found for this signature in database
50 changed files with 159 additions and 535 deletions

View file

@ -6,9 +6,9 @@
; (i)
(formal_parameters
(identifier) @local.definition)
(identifier) @local.definition.variable.parameter)
; (i = 1)
(formal_parameters
(assignment_pattern
left: (identifier) @local.definition))
left: (identifier) @local.definition.variable.parameter))