From bf36b01430f42d7986f8aebc5a0f1d459c1b03fa Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 8 May 2020 10:09:43 +0100 Subject: Added backtick support to language_sh plugin --- plugins/language_sh.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/language_sh.lua') diff --git a/plugins/language_sh.lua b/plugins/language_sh.lua index 1a9ab9a..e4ac704 100644 --- a/plugins/language_sh.lua +++ b/plugins/language_sh.lua @@ -8,6 +8,7 @@ syntax.add { { pattern = [[\.]], type = "normal" }, { pattern = { '"', '"', '\\' }, type = "string" }, { pattern = { "'", "'", '\\' }, type = "string" }, + { pattern = { '`', '`', '\\' }, type = "string" }, { pattern = "%f[%w_][%d%.]+%f[^%w_]", type = "number" }, { pattern = "[!<>|%[%]=*]", type = "operator" }, { pattern = "%f[%S]%-[%w%-_]+", type = "function" }, -- cgit v1.2.3