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

Single and double curved quotation marks syntax is treated as code #85

Open
ema-pe opened this issue Dec 26, 2020 · 0 comments
Open

Single and double curved quotation marks syntax is treated as code #85

ema-pe opened this issue Dec 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ema-pe
Copy link

ema-pe commented Dec 26, 2020

Hi!

In Asciidoctor to produce single and double curved quotation marks you can use this special syntax:

Syntax Curved quotation mark
"`
`"
'`
`'

So the backtick should not be considered as starting or ending of a piece of code.

Consider this small Asciidoc file:

= Title

This is a string: "`Hello world`"!

This is a text. The letter '`a`' is a vowel.

This is how vim-asciidoctor highlights the file:

image

But it is wrong!

@habamax habamax added the enhancement New feature or request label Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants