Fix hash comment in xdot sample

This commit is contained in:
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

View file

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