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

Syntax Highlighting lost after using ListingBlock inside an OpenBlock #389

Open
Tracked by #686
jamesongithub opened this issue Feb 26, 2021 · 1 comment
Open
Tracked by #686

Comments

@jamesongithub
Copy link

Description

Syntax Highlighting lost after using ListingBlock inside an OpenBlock - syntax highlighting works until the openblock, then everything after is no longer highlighted. But the preview seems to render it fine. Note the screenshots below.

System Information

You can find the VSCode and OS information under Help -> About. To check the extension information go to the extension browser (CTRL+SHIFT+X, Mac CMD+SHIFT+X).
image

AscciDoc plugin v2.8.7

To Reproduce

Steps to reproduce the issue:

Sample code

[TIP]
--
myTIP
[source,bash]
----
echo '123'
----
--

after open block

Screenshots & Files

code side
image
expecting [source,bash] to be highlighted here

preview side
image

Additional Context

Add any other context about the problem here.

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

No branches or pull requests

2 participants