On Thu, Nov 6, 2014, at 12:34, Louis Santillan wrote:
>  In a color syntax highlighting editor, doSomething(); takes on normal
>  highlighting when enabled, and takes on comment colored highlighting
>  when
>  disabled.  Visually, that's slightly improved over something like
> 
>    #ifdef DEBUG
>    doSomething();
>    #endif

In the editor *I* use, it has comment colored highlighting for #if 0,
and for the #else of #if 1, and the same for anything with #if 0 && and
#if 1 ||.

Reply via email to