Explorar o código

Fix hash comment in xdot sample

Niklas Mollenhauer %!s(int64=7) %!d(string=hai) anos
pai
achega
c2cc55508b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      website/monarch.html

+ 2 - 2
website/monarch.html

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