Fix go locals query for var_spec identifiers
This commit is contained in:
parent
4cdba7cccd
commit
99a8b6159c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
(identifier) @local.definition))
|
||||
|
||||
(var_spec
|
||||
name: (identifier) @local.definition)
|
||||
(identifier) @local.definition)
|
||||
|
||||
(for_statement
|
||||
(range_clause
|
||||
|
|
Loading…
Add table
Reference in a new issue