mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
] @string
|
||||
|
||||
(variable_ref) @none
|
||||
(variable_ref) @variable
|
||||
|
||||
[
|
||||
(bracket_comment)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue