Skip to content

Commit

Permalink
fix(apache) support line continuation with \
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 1, 2024
1 parent a7685d2 commit cf0b613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/languages/apache.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export default function(hljs) {
relevance: 0,
keywords: { literal: 'on off all deny allow' },
contains: [
{
scope: "punctuation",
match: /\\\n/
},
{
className: 'meta',
begin: /\s\[/,
Expand Down

0 comments on commit cf0b613

Please sign in to comment.