diff options
author | Ash-Coder-or-Not <newestideaz@gmail.com> | 2022-01-18 00:05:22 +0530 |
---|---|---|
committer | Ash-Coder-or-Not <newestideaz@gmail.com> | 2022-01-18 00:05:22 +0530 |
commit | a3249fe89f654d4333ff9ab35d0e9ea3fcb23c49 (patch) | |
tree | ae341e5bc4c68d27a3008e97f8be5475f66e82c4 /plugins/language_gmi.lua | |
parent | d3f76bae5406bda79391393deec0ad82fc74bc16 (diff) | |
download | lite-xl-plugins-a3249fe89f654d4333ff9ab35d0e9ea3fcb23c49.tar.gz lite-xl-plugins-a3249fe89f654d4333ff9ab35d0e9ea3fcb23c49.zip |
ohnoimessedup
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 80c3e37..a6ef4d8 100644 --- a/plugins/language_gmi.lua +++ b/plugins/language_gmi.lua @@ -9,7 +9,7 @@ syntax.add { patterns = { { pattern = { "```", "```" }, type = "string" }, { pattern = "#.*", type = "keyword" }, - { pattern = "%*.+", type = "keyword2" }, + { pattern = "%*%s", type = "keyword2" }, { pattern = "=>", type = "function" }, { pattern = "https?://%S+", type = "literal" }, { pattern = "gemini?://%S+", type = "literal" }, @@ -18,4 +18,4 @@ syntax.add { { pattern = ".*=>", type = "normal" } }, symbols = { }, -}
\ No newline at end of file +} |