From c8ee56f043b71bd0faaf794635727c2f534166ce Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 1 May 2021 16:53:17 -0400 Subject: Small syntax fix. --- plugins/language_liquid.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/language_liquid.lua b/plugins/language_liquid.lua index 9dd7427..f9ee8e4 100644 --- a/plugins/language_liquid.lua +++ b/plugins/language_liquid.lua @@ -1,7 +1,6 @@ -- lite-xl 1.16 local syntax = require "core.syntax" - local liquid_syntax = { patterns = { { pattern = { '"', '"', '\\' }, type = "string" }, @@ -58,7 +57,7 @@ local liquid_syntax = { ["map"] = "keyword2", ["minus"] = "keyword2", ["modulo"] = "keyword2", - ["nil"] = "literal" + ["nil"] = "literal", ["null"] = "literal", ["offset"] = "keyword2", ["or"] = "operator", @@ -142,3 +141,4 @@ syntax.add { }, symbols = {}, } + -- cgit v1.2.3