bearded-theme icon indicating copy to clipboard operation
bearded-theme copied to clipboard

C/C++ #define macros and functions use the same color

Open stevec1331 opened this issue 3 years ago • 1 comments

in Dark+ Material (and others) theme these two items are highlighted as different colors

e.g.

#define JUNKMACRO(s) s
void JunkFunction(void);

JunkFunction and JUNKMACRO should be different colors

stevec1331 avatar Oct 24 '21 00:10 stevec1331

I don't know how to code in c or cpp, can you describe me the difference between these examples ?

BeardedBear avatar Mar 30 '22 05:03 BeardedBear