[SVN] r7799 (Objective-C)

Joachim Mårtensson joachimm at etek.chalmers.se
Thu Jul 26 14:31:53 UTC 2007


> 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




More information about the textmate-dev mailing list