On Nov 8, 2011, at 1:38 PM, Thomas Blom wrote:
I was trying to figure out why the syntax highlighting in perl sucked so much, when I realized it was getting messed up by some regex code.
Paste this into file (e.g. test.pl) and view in textmate. Does the 2nd function hilight correctly? It is the /\/ regex I think - comment the first one out and watch the hilighting change.
I've pushed a patch that fixes this.