[SVN] r7432 (C)
    Chris Thomas 
    chris at cjack.com
       
    Mon Jun  4 14:14:37 UTC 2007
    
    
  
Objective-C highlighting for multiline method invocations of this style:
	[NSBezierPath strokeLineFromPoint:NSMakePoint(NSMinX(rect), NSMinY(rect))
		toPoint:NSMakePoint(NSMinX(rect), NSMaxY(rect))];
was broken. strokeLineFromPoint:NSMakePoint(...) was highlighted as a C++ method (meta.function.c).
Workaround: require an even number of colons (::) in C++ method names.
Changed:
U   trunk/Bundles/C.tmbundle/Syntaxes/C.plist
    
    
More information about the textmate-dev
mailing list