Skip to content

Commit cdef708

Browse files
committed
removed \s. whitespace should be banned
1 parent 7b0e71a commit cdef708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/systemd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function(hljs) {
5555
},
5656
COMMENT_MODE,
5757
{
58-
begin: /(?<==\s*)/,
58+
begin: /(?==)/,
5959
end: /$/,
6060
contains: [
6161
LITERALS,

0 commit comments

Comments
 (0)