The JS mode doesn't take notice of the shorthand
regular expression creation syntax as below:
re = /foo(\w*)/;
It highlights "foo" like it's a function call. The
whole RE from the beginning forward slash to the end
one should be highlighted some way, possibly as a
literal, or it would be really nice to have a regular
expression mode that was included to handle this.
Logged In: YES
user_id=285591
Originator: NO
fixed in svn