diff options
Diffstat (limited to 'plugins/language_liquid.lua')
-rw-r--r-- | plugins/language_liquid.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |