From 22191ba45e50a3856c2d2bb6c5ce577a9cf953e0 Mon Sep 17 00:00:00 2001 From: Tobias Zawada Date: Fri, 28 Jul 2023 01:02:30 +0200 Subject: [PATCH] Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of failing ERT. --- adoc-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adoc-mode.el b/adoc-mode.el index bd054b0..d2a5d96 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -2302,6 +2302,7 @@ Use this function as matching function MATCHER in `font-lock-keywords'." ;; ------------------------------ (adoc-kw-delimited-block 0 adoc-comment-face) ; comment (adoc-kw-delimited-block 1 adoc-passthrough-face) ; passthrough + (adoc-kw-delimited-block 2 adoc-code-face) ; listing (adoc-kw-delimited-block 3 adoc-verbatim-face) ; literal (adoc-kw-delimited-block 4 nil t) ; quote (adoc-kw-delimited-block 5 nil t) ; example