You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line continuation marks ( \) are not recogniezed. Everything following the first line ending with a continuation mark will not be highlighted correctly.
Which language seems to have the issue? apache aka apacheconf
Are you using highlight or highlightAuto?
highlight="apache" in vue (but can reproduce on vanilla highlightjs)
Thanks, will try on Monday. Great response! I hope the description was clear and reproducible. I love the idea of including a fiddle link in the issue template, that was very helpful for documenting the reproducer. Great work! 👍🏻
Describe the issue
Given this snippet:
The line continuation marks (
\
) are not recogniezed. Everything following the first line ending with a continuation mark will not be highlighted correctly.Which language seems to have the issue?
apache
akaapacheconf
Are you using
highlight
orhighlightAuto
?highlight="apache" in vue (but can reproduce on vanilla highlightjs)
Sample Code to Reproduce
See: https://jsfiddle.net/L52ndpkb/
Screenshot:
Expected behavior
Same highlighting as without continuation lines:
Additional context
./.
The text was updated successfully, but these errors were encountered: