mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Bind variable_ref as @variable instead of @none
This commit is contained in:
parent
8c105dedec
commit
39526996ba
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(bracket_argument)
|
(bracket_argument)
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
(variable_ref) @none
|
(variable_ref) @variable
|
||||||
|
|
||||||
[
|
[
|
||||||
(bracket_comment)
|
(bracket_comment)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue