From c2cc55508bf8aaff8a21e551c6f2a1baa1a83d02 Mon Sep 17 00:00:00 2001 From: Niklas Mollenhauer Date: Wed, 13 Jun 2018 19:10:05 +0200 Subject: [PATCH] Fix hash comment in xdot sample --- website/monarch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { - \ No newline at end of file +