mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
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))
|
(identifier) @local.definition))
|
||||||
|
|
||||||
(var_spec
|
(var_spec
|
||||||
name: (identifier) @local.definition)
|
(identifier) @local.definition)
|
||||||
|
|
||||||
(for_statement
|
(for_statement
|
||||||
(range_clause
|
(range_clause
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue