mirror of https://github.com/helix-editor/helix
queries: Fix Rust function parameter locals tracking (#13828)
parent
4f985832bf
commit
60fce357fb
|
@ -14,8 +14,10 @@
|
|||
|
||||
; Definitions
|
||||
|
||||
(function_item
|
||||
(parameters
|
||||
(parameter
|
||||
pattern: (identifier) @local.definition.variable.parameter)
|
||||
pattern: (identifier) @local.definition.variable.parameter)))
|
||||
|
||||
(closure_parameters (identifier) @local.definition.variable.parameter)
|
||||
|
||||
|
|
Loading…
Reference in New Issue