mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
bind ENV and CACHE as @storageclass
This commit is contained in:
parent
9508e2188f
commit
320804c4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
(normal_command (identifier) @function)
|
(normal_command (identifier) @function)
|
||||||
|
|
||||||
["ENV" "CACHE"] @symbol
|
["ENV" "CACHE"] @storageclass
|
||||||
["$" "{" "}" "<" ">"] @punctuation.special
|
["$" "{" "}" "<" ">"] @punctuation.special
|
||||||
["(" ")"] @punctuation.bracket
|
["(" ")"] @punctuation.bracket
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue