From 3f9a71a80dc758a728427a0aeaf1773ada697e10 Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 7 Jul 2023 07:21:31 +0800 Subject: [PATCH] Add ascii-quote pattern --- simple-comment-markup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simple-comment-markup.el b/simple-comment-markup.el index 6482f6b..eccf27b 100644 --- a/simple-comment-markup.el +++ b/simple-comment-markup.el @@ -40,6 +40,8 @@ (:start "`" :end "`" :face font-lock-doc-markup-face)) (markdown-code (:start "`" :end "`" :face font-lock-doc-markup-face)) + (asciiquote-code + (:start "`" :end "'" :face font-lock-doc-markup-face)) (url (:start "<" :body "https?:[^>\n]*[^ >\n]" :end ">" :face link)) (latex