Fix hash comment in xdot sample

pull/916/head
Niklas Mollenhauer 2018-06-13 19:10:05 +02:00 committed by GitHub
parent 0fff4b5721
commit c2cc55508b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2989,7 +2989,7 @@ return {
[/[ \t\r\n]+/, 'white'],
[/\/\*/, 'comment', '@comment' ],
[/\/\/.*$/, 'comment'],
[/#.$/, 'comment'],
[/#.*$/, 'comment'],
],
},
};
@ -4305,4 +4305,4 @@ return {
<script data-inline="yes-please" src="./monarch/monarch.js" type="text/javascript"></script>
</body>
</html>
</html>