[SVN] r7799 (Objective-C)
Gerd Knops
gerti-textmate at bitart.com
Thu Jul 26 16:40:58 UTC 2007
On Jul 26, 2007, at 9:31 AM, Joachim Mårtensson wrote:
>> Found the problem: The find also finds a couple of class templates in
>> my project directory, and they make the parser choke. Example:
>>
>> ---cut---
>> #import <Cocoa/Cocoa.h>
>>
>> #import "~SuperClass~.h"
>>
>> @interface ~Class~: ~SuperClass~
>> {
>> }
>>
>> @end
>> ---cut---
>> [Snip]
>>
>> Gerd
> Thanks for providing a test case. For readability I have structered
> the
> regexps in the parser a certain way, this could cause an infinite loop
> under certain conditions. The parser should now work.
That test case still fails... :-(
Gerd
More information about the textmate-dev
mailing list