-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Describe the issue
Given this snippet:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE "application/atom+xml" \
"application/javascript" \
"text/xml"
</IfModule>
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)
Sample Code to Reproduce
See: https://jsfiddle.net/L52ndpkb/
Screenshot:
Expected behavior
Same highlighting as without continuation lines:
Additional context
./.