feat(make): highlight more special characters

This commit is contained in:
Riley Bruins 2024-08-25 15:55:38 -07:00 committed by Christian Clason
parent d0c5116fa0
commit 54becf661a

View file

@ -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"