> 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.Joachim Mårtensson _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
