From 91a1db25b59965881ff3c19aa89f1fbb922a6a2d Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 1 May 2021 17:35:40 -0400 Subject: Changed text token, because of liquid syntax. --- plugins/language_liquid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/language_liquid.lua b/plugins/language_liquid.lua index f9ee8e4..f097213 100644 --- a/plugins/language_liquid.lua +++ b/plugins/language_liquid.lua @@ -127,7 +127,7 @@ syntax.add { type = "function" }, { pattern = { "" }, type = "comment" }, - { pattern = { '%f[^>][^<]', '%f[<]' }, type = "normal" }, + { pattern = { '%f[^>][^<]', '%f[<{]' }, type = "normal" }, { pattern = { '"', '"', '\\' }, type = "string" }, { pattern = { "'", "'", '\\' }, type = "string" }, { pattern = "0x[%da-fA-F]+", type = "number" }, -- cgit v1.2.3