2

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
SurvivalMachine
  • 7,946
  • 15
  • 57
  • 87

0 Answers0