mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
queries: Rewrite all locals
This commit is contained in:
parent
8ead488fd5
commit
ac88096c98
50 changed files with 159 additions and 535 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue