[SVN] Bundle commit 277
Chris Thomas
chris at cjack.com
Tue Feb 15 17:56:32 UTC 2005
It uses Xcode's default purple for Objective-C keywords, which is
interesting. It contrasts with normal C keywords, which are still in
blue. (Xcode has all language keywords in the same color.) I wonder if
he's also altered his C syntax?
For now, I'll just add the preprocessor changes to the C and C++
preprocessor, so that all the C-family languages are on the same page.
He's also added a unique pattern ID:
{ name = "declaration.function.objc";
I like this because it allows us to better distinguish between
user-declared functions and built-in functions.
{declaration.function.*, declaration.variable.*} would probably be a
better choice for some of the places the current {keywords.function.*,
keywords.variables.*} are being used.
Chris
On Feb 15, 2005, at 3:57 AM, Allan Odgaard wrote:
> I received this updated syntax file from Damien Pollet who added a few
> things like the exception directives, the SEL type etc.
> He also changed the colors to match Xcode, feel free to change them
> back. Personally I miss a bit of contrast in this color scheme, but
> the kind of contrast I'm after is too radical for most peoples taste,
> so I won't checkin these :)
> And style sheets are on the to-do for beta 6 (and work on these has
> slowly started)!
> Changed:
> U trunk/Objective-C.tmbundle/Syntaxes/Objective-C.plist
> _______________________________________________
> textmate-dev mailing list
> textmate-dev at lists.macromates.com
> http://lists.macromates.com/mailman/listinfo/textmate-dev
More information about the textmate-dev
mailing list