mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
|
||||
(automatic_variable
|
||||
"$"
|
||||
_ @character.special
|
||||
(#set! priority 105))
|
||||
|
||||
(automatic_variable
|
||||
[
|
||||
"$"
|
||||
"("
|
||||
")"
|
||||
] @operator
|
||||
(#set! priority 105))
|
||||
|
||||
(recipe_line
|
||||
"@" @character.special)
|
||||
|
||||
(function_call
|
||||
[
|
||||
"subst"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue