Skip to content

Commit

Permalink
[Fix #41] add unconstrained typewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Sep 4, 2023
1 parent 4e7032e commit 0997c83
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 @@ -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
Expand Down

0 comments on commit 0997c83

Please sign in to comment.