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