diff options
author | jgmdev <jgmdev@gmail.com> | 2022-03-06 22:39:48 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-05-22 13:16:10 -0400 |
commit | b6aaa9b859994efd2c76f24314d64b75c87cfb0c (patch) | |
tree | 34625e1e8a0a5580a11192962e8071d6b7ca2071 /plugins/language_gmi.lua | |
parent | dc8123ed0a7e48ae1ad90641727325561b9ec241 (diff) | |
download | lite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.tar.gz lite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.zip |
2.1: Additional version adjustments of newly added plugins.
Diffstat (limited to 'plugins/language_gmi.lua')
-rw-r--r-- | plugins/language_gmi.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/language_gmi.lua b/plugins/language_gmi.lua index a6ef4d8..d1a1fc5 100644 --- a/plugins/language_gmi.lua +++ b/plugins/language_gmi.lua @@ -1,4 +1,4 @@ --- mod-version:2 -- lite-xl 2.0 +-- mod-version:3 --lite-xl 2.1 local syntax = require "core.syntax" @@ -10,7 +10,7 @@ syntax.add { { pattern = { "```", "```" }, type = "string" }, { pattern = "#.*", type = "keyword" }, { pattern = "%*%s", type = "keyword2" }, - { pattern = "=>", type = "function" }, + { pattern = "=>", type = "function" }, { pattern = "https?://%S+", type = "literal" }, { pattern = "gemini?://%S+", type = "literal" }, { pattern = ">.*", type = "comment" }, |