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



_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev

Reply via email to