Skip to content

Commit cf0b613

Browse files
committed
fix(apache) support line continuation with \
1 parent a7685d2 commit cf0b613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/languages/apache.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ export default function(hljs) {
7373
relevance: 0,
7474
keywords: { literal: 'on off all deny allow' },
7575
contains: [
76+
{
77+
scope: "punctuation",
78+
match: /\\\n/
79+
},
7680
{
7781
className: 'meta',
7882
begin: /\s\[/,

0 commit comments

Comments
 (0)