emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode d4abb0b562 190/199: Addresses #33. Re-introduce


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode d4abb0b562 190/199: Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of failing ERT.
Date: Sun, 3 Sep 2023 06:59:45 -0400 (EDT)

branch: elpa/adoc-mode
commit d4abb0b562ee14d26f8e0a615c122dc4a418803c
Author: Tobias Zawada <TOZ@esi-group.com>
Commit: TobiasZawada <i@tn-home.de>

    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 bd054b0a8c..d2a5d9697e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]