[SVN] Problems with Perl syntax

Gerd Knops gerti-textmate at bitart.com
Tue Aug 1 22:12:25 UTC 2006


On Jul 31, 2006, at 6:28 PM, Brad Choate wrote:

> I'm seeing several issues with the Perl grammar lately. Here are  
> some cases that are failing / crashing for me...
>
These should all be fixed now.

Gerd


>
> #1
>
> my @list = ('testing', 'one', 'two', 'test');
> s/test/ing/ foreach @list;
>
> or
>
> s/x/z/ if $test;
>
> #2
>
> Create a new document, Perl syntax
> type: "qr/"... TextMate hangs upon hitting the "r" key.
>
>
> #3
>
> if ($this =~ /that/s) {
> 	# highlighting from this point is off...
> }
>
> or
>
> if ($this =~ m/that/s) {
> 	# highlighting from this point is off...
> }
>
> -Brad
>
>
> _______________________________________________
> textmate-dev mailing list
> textmate-dev at lists.macromates.com
> http://lists.macromates.com/mailman/listinfo/textmate-dev




More information about the textmate-dev mailing list