aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/language_make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_make.lua b/plugins/language_make.lua
index 4ce5d00..cedf512 100644
--- a/plugins/language_make.lua
+++ b/plugins/language_make.lua
@@ -8,7 +8,7 @@ syntax.add {
{ pattern = "#.*\n", type = "comment" },
{ pattern = [[\.]], type = "normal" },
{ pattern = "$[@^<%%?+|*]", type = "keyword2" },
- { pattern = "$%(.-%)", type = "variable" },
+ { pattern = "$%(.-%)", type = "symbol" },
{ pattern = "%f[%w_][%d%.]+%f[^%w_]", type = "number" },
{ pattern = "%..*:", type = "keyword2" },
{ pattern = ".*:", type = "function" },