From a3249fe89f654d4333ff9ab35d0e9ea3fcb23c49 Mon Sep 17 00:00:00 2001 From: Ash-Coder-or-Not Date: Tue, 18 Jan 2022 00:05:22 +0530 Subject: ohnoimessedup --- plugins/language_gmi.lua | 4 ++-- 1 file 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 +} -- cgit v1.2.3