branch: elpa/adoc-mode
commit d4abb0b562ee14d26f8e0a615c122dc4a418803c
Author: Tobias Zawada <t...@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