bearded-theme
bearded-theme copied to clipboard
C/C++ #define macros and functions use the same color
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
I don't know how to code in c or cpp, can you describe me the difference between these examples ?