[TxMt] Perl Language description misparses multiline regexen

Joshua Keroes joshua at keroes.com
Sun Sep 3 01:46:35 UTC 2006


To replicate:

    my ($match) =
        /
           \s*
           (match_me)
        /x;

    my $syntax_coloration_broken = 'from here down';


What appears to be happening is that the \s* is interpretted as a
substitution, e.g. s*search*replace*;

Suggestions on fixing thing?

Thanks,
Joshua



More information about the textmate mailing list