[TxMt] Re: Perl Bundle's Grammar's Broken
Allan Odgaard
mailinglist at textmate.org
Mon Jun 7 09:13:00 UTC 2010
On 6 Jun 2010, at 11:07, Bastien Dejean wrote:
> [...]
> # Comparison
> * TextMate (ouch!):
The problem is that we do not treat / itself to start regexps because
it does not unambiguously start a regexp (it could be division).
So we need a heuristic — Ruby has the same problem and we have refined
its heuristic at least a dozen times, yet there are still cases it
can’t handle. Perl hasn’t seen that much love though.
More information about the textmate
mailing list