Skip to content

Commit

Permalink
Re-introduce adoc-kw-delimited-block 2 because of failing ERT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Jul 27, 2023
1 parent 47f5559 commit 9728b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9728b98

Please sign in to comment.