#define _CONDITION1
#if defined (_CONDITION1)
//here is code highlighted as usual
#else
//here is code shown in color of remark
#endif
Quote from: BlackRose on January 27, 2010, 08:05:16 AMThis is currently not supported, so: No.
Is possible to have syntax highlighting enhanced to show blocks of code under undefined preprocesor condition as remarks?