#define _CONDITION1
#if defined (_CONDITION1)
//here is code highlighted as usual
#else
//here is code shown in color of remark
#endif
Is possible to have syntax highlighting enhanced to show blocks of code under undefined preprocesor condition as remarks?This is currently not supported, so: No.