You could also fix the quotation marks in regex too.... that bug has been there since 4.00
For example this will be coloured wrong....
code:
Message.replce(/"/g,"'");//Converts all double quotes to single quotes
I know this is a weak example, but I have seen the problem myself
You could also be nice and colour the regex for the people that like to use them