aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_crystal.lua
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-03-06 22:39:48 -0400
committerjgmdev <jgmdev@gmail.com>2022-05-22 13:16:10 -0400
commitb6aaa9b859994efd2c76f24314d64b75c87cfb0c (patch)
tree34625e1e8a0a5580a11192962e8071d6b7ca2071 /plugins/language_crystal.lua
parentdc8123ed0a7e48ae1ad90641727325561b9ec241 (diff)
downloadlite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.tar.gz
lite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.zip
2.1: Additional version adjustments of newly added plugins.
Diffstat (limited to 'plugins/language_crystal.lua')
-rw-r--r--plugins/language_crystal.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/language_crystal.lua b/plugins/language_crystal.lua
index ef4ba03..3c833a1 100644
--- a/plugins/language_crystal.lua
+++ b/plugins/language_crystal.lua
@@ -1,4 +1,4 @@
--- mod-version:2 -- lite-xl 2.0
+-- mod-version:3 --lite-xl 2.1
-- based on the ruby plugin, see https://github.com/Tamnac/lite-xl-plugins to contribute
local syntax = require "core.syntax"
@@ -75,7 +75,7 @@ syntax.add {
["struct"] = "keyword2",
["super"] = "keyword",
["then"] = "keyword",
- ["times"] = "function",
+ ["times"] = "function",
["true"] = "literal",
["Tuple"] = "keyword2",
["UInt8"] = "keyword2",