Fix hash comment in xdot sample
parent
0fff4b5721
commit
c2cc55508b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue