modify syntax coloring so that #if 0 ... #endif is treated like a comment
modify syntax coloring so that #if 0 ... #endif is treated like a comment
- Subject: modify syntax coloring so that #if 0 ... #endif is treated like a comment
- From: email@hidden
- Date: Fri, 6 Nov 2009 11:44:43 +0100
- Importance: Normal
Hi guys!
I got a xcode question concerning the coloring of comments made with the
precompiler command:
#if 0
... my code and comments ...
#endif
Working with kate under linux I'm used that "... my code and comments ..."
recieves a (for instance) completely gray coloring. With xcode standard
c++ syntax highlighting "... my code and comments ..." is colored just
like the rest of the program. But I would like #if 0 ... #endif to behave
just like /* ... */. Is there any possibility to achieve this? Any ideas?
Thanks in advance!
Best regards
Patrick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden