How can I gray out an undefined section of C/C++ code, example:
#if 0
// this section should be grayed out.
#else
// this section should be syntax-colored as usual.
#endif
How can I gray out an undefined section of C/C++ code, example:
#if 0
// this section should be grayed out.
#else
// this section should be syntax-colored as usual.
#endif