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