Skip to content

Commit 9bfef1c

Browse files
committed
FreeDesktop Configs don't use ; as a comment
1 parent b68efaf commit 9bfef1c

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
@@ -22,7 +22,7 @@ export default function(hljs) {
2222

2323
const COMMENT = {
2424
className: 'comment',
25-
begin: /[#;]/,
25+
begin: /[#]/,
2626
end: /$/,
2727
relevance: 0
2828
};

0 commit comments

Comments
 (0)