Fix hash comment in xdot sample

pull/916/head
Niklas Mollenhauer 7 years ago committed by GitHub
parent 0fff4b5721
commit c2cc55508b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2989,7 +2989,7 @@ return {
[/[ \t\r\n]+/, 'white'],
[/\/\*/, 'comment', '@comment' ],
[/\/\/.*$/, 'comment'],
[/#.$/, 'comment'],
[/#.*$/, 'comment'],
],
},
};

Loading…
Cancel
Save