Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unconstrained monospace delimiters not working correctly #41

Closed
TobiasZawada opened this issue Sep 1, 2023 · 0 comments
Closed

Unconstrained monospace delimiters not working correctly #41

TobiasZawada opened this issue Sep 1, 2023 · 0 comments

Comments

@TobiasZawada
Copy link
Collaborator

Expected behavior

The following text contains an unconstrained monospace-formatting pair. The two opening and the two closing backquotes should be fontified with adoc-meta-hide-face.


``man``page

Actual behavior

The first backquote is fontified with adoc-meta-hide-face, the second is fontified with (adoc-typewriter-face adoc-verbatim-face). The first closing backquote is fontified with adoc-meta-hide-face the second closing backquote is fontified as normal text.

Steps to reproduce the problem

Start emacs -Q, load adoc-mode.el, find new file test.adoc and paste above text into the file buffer.
Then you should observe the actual behavior.

Adoc-Mode version information

0.8.0-snapshot

adoc-mode master at 809fb47.

Emacs version

Emacs 28.1,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant