diff --git a/website/monarch.html b/website/monarch.html
index 5bdb1f9c..74291176 100644
--- a/website/monarch.html
+++ b/website/monarch.html
@@ -2989,7 +2989,7 @@ return {
[/[ \t\r\n]+/, 'white'],
[/\/\*/, 'comment', '@comment' ],
[/\/\/.*$/, 'comment'],
- [/#.$/, 'comment'],
+ [/#.*$/, 'comment'],
],
},
};
@@ -4305,4 +4305,4 @@ return {