[TxMt] Perl Language description misparses multiline regexen

Gerd Knops gerti-textmate at bitart.com
Sun Sep 3 20:05:30 UTC 2006


On Sep 2, 2006, at 8:46 PM, Joshua Keroes wrote:

> 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*;

Indeed it does/did. Fixed in the repository.

Gerd




More information about the textmate mailing list