mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Capture variable_ref instead of variable for @variable
This commit is contained in:
parent
d1a5d827ae
commit
b090c94a7a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(bracket_content)
|
(bracket_content)
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
(variable) @variable
|
(variable_ref) @variable
|
||||||
|
|
||||||
[
|
[
|
||||||
"$ENV"
|
"$ENV"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue