From 0997c839d1f5d873f9b020d36f342ae6a58acb0b Mon Sep 17 00:00:00 2001 From: Tobias Zawada Date: Tue, 5 Sep 2023 00:13:11 +0200 Subject: [PATCH] [Fix #41] add unconstrained typewriter --- adoc-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adoc-mode.el b/adoc-mode.el index 1695253..3aadca4 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -2409,6 +2409,7 @@ Use this function as matching function MATCHER in `font-lock-keywords'." ;; AsciiDoc Manual: constitutes an inline literal passthrough. The enclosed ;; text is rendered in a monospaced font and is only subject to special ;; character substitution. + (adoc-kw-quote 'adoc-unconstrained "``" adoc-typewriter-face nil nil t) ;1) (adoc-kw-quote 'adoc-constrained "`" adoc-typewriter-face nil nil t) ;1) ;; AsciiDoc Manual: The triple-plus passthrough is functionally identical to ;; the pass macro but you don’t have to escape ] characters and you can