mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
feat(make): highlight more special characters
This commit is contained in:
parent
d0c5116fa0
commit
54becf661a
1 changed files with 16 additions and 0 deletions
|
|
@ -114,6 +114,22 @@
|
||||||
")"
|
")"
|
||||||
] @operator)
|
] @operator)
|
||||||
|
|
||||||
|
(automatic_variable
|
||||||
|
"$"
|
||||||
|
_ @character.special
|
||||||
|
(#set! priority 105))
|
||||||
|
|
||||||
|
(automatic_variable
|
||||||
|
[
|
||||||
|
"$"
|
||||||
|
"("
|
||||||
|
")"
|
||||||
|
] @operator
|
||||||
|
(#set! priority 105))
|
||||||
|
|
||||||
|
(recipe_line
|
||||||
|
"@" @character.special)
|
||||||
|
|
||||||
(function_call
|
(function_call
|
||||||
[
|
[
|
||||||
"subst"
|
"subst"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue