From 54becf661a12598fa9a9244cdeadb0e162daf335 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Sun, 25 Aug 2024 15:55:38 -0700 Subject: feat(make): highlight more special characters --- queries/make/highlights.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" -- cgit v1.2.3-70-g09d2