mirror of https://github.com/helix-editor/helix
Fix go locals query for var_spec identifiers
parent
4cdba7cccd
commit
99a8b6159c
|
@ -12,7 +12,7 @@
|
|||
(identifier) @local.definition))
|
||||
|
||||
(var_spec
|
||||
name: (identifier) @local.definition)
|
||||
(identifier) @local.definition)
|
||||
|
||||
(for_statement
|
||||
(range_clause
|
||||
|
|
Loading…
Reference in New Issue