|
@@ -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>
|