diff options
Diffstat (limited to 'plugins/language_crystal.lua')
-rw-r--r-- | plugins/language_crystal.lua | 4 |
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", |