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

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

Reply via email to