[TxMt] Perl Language description misparses multiline regexen

Joshua Keroes joshua at keroes.com
Mon Sep 4 23:30:48 UTC 2006


Perfect, thanks!

On 9/3/06, Gerd Knops <gerti-textmate at bitart.com> wrote:
>
> 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
>
>
> ______________________________________________________________________
> For new threads USE THIS: textmate at lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>



More information about the textmate mailing list