From c6fca18d99232d73940a71b8ec6969005d746a7a Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 8 May 2020 09:18:02 +0100 Subject: language_sh plugin improvements --- plugins/language_sh.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/language_sh.lua b/plugins/language_sh.lua index e76cabc..1a9ab9a 100644 --- a/plugins/language_sh.lua +++ b/plugins/language_sh.lua @@ -11,6 +11,7 @@ syntax.add { { pattern = "%f[%w_][%d%.]+%f[^%w_]", type = "number" }, { pattern = "[!<>|%[%]=*]", type = "operator" }, { pattern = "%f[%S]%-[%w%-_]+", type = "function" }, + { pattern = "${.*}", type = "keyword2" }, { pattern = "$[%a_@*][%w_]*", type = "keyword2" }, { pattern = "[%a_][%w_]*", type = "symbol" }, }, -- cgit v1.2.3