mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
ci: fix wrong queries
This commit is contained in:
parent
5d2b866518
commit
b90e520ccd
10 changed files with 22 additions and 23 deletions
|
|
@ -96,12 +96,12 @@
|
|||
destination: (word) @parameter)
|
||||
|
||||
|
||||
("$" (variable_name)) @identifier
|
||||
("$" (variable_name)) @variable
|
||||
|
||||
(expansion
|
||||
[ "${" "}" ] @punctuation.bracket)
|
||||
|
||||
(variable_name) @identifier
|
||||
(variable_name) @variable
|
||||
|
||||
(case_item
|
||||
value: (word) @parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue