mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
javascript queries: fix parameters (#3280)
This commit is contained in:
parent
07019c3905
commit
59bf1669ec
3 changed files with 44 additions and 13 deletions
|
@ -12,7 +12,13 @@
|
|||
; Definitions
|
||||
;------------
|
||||
|
||||
(pattern/identifier)@local.definition
|
||||
(pattern/identifier) @local.definition
|
||||
|
||||
(pattern/rest_pattern
|
||||
(identifier) @local.definition)
|
||||
|
||||
(arrow_function
|
||||
parameter: (identifier) @local.definition)
|
||||
|
||||
(variable_declarator
|
||||
name: (identifier) @local.definition)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue