From 1d968a80d38cb60c491bdc4c7eca8f9362faf1e9 Mon Sep 17 00:00:00 2001 From: Benjamin Stigsen Date: Tue, 25 Jan 2022 16:42:35 +0100 Subject: language_v: add bactick string support --- plugins/language_v.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/language_v.lua') diff --git a/plugins/language_v.lua b/plugins/language_v.lua index e6eb8a1..18191b6 100644 --- a/plugins/language_v.lua +++ b/plugins/language_v.lua @@ -11,6 +11,7 @@ syntax.add { { pattern = { "/%*", "%*/" }, type = "comment" }, { pattern = { '"', '"', '\\' }, type = "string" }, { pattern = { "'", "'", '\\' }, type = "string" }, + { pattern = { "`", "`", '\\' }, type = "string" }, { pattern = "0x[%da-fA-F_]+", type = "number" }, { pattern = "0b[01_]+", type = "number" }, { pattern = "00[01234567_]+", type = "number" }, -- cgit v1.2.3