diff options
| -rw-r--r-- | queries/make/highlights.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/queries/make/highlights.scm b/queries/make/highlights.scm index 1a3cac749..afdfbe336 100644 --- a/queries/make/highlights.scm +++ b/queries/make/highlights.scm @@ -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" |
