aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_gmi.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_gmi.lua')
-rw-r--r--plugins/language_gmi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_gmi.lua b/plugins/language_gmi.lua
index 0d8a033..80c3e37 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 = "%*.+", type = "keyword2" },
{ pattern = "=>", type = "function" },
{ pattern = "https?://%S+", type = "literal" },
{ pattern = "gemini?://%S+", type = "literal" },