Hey guys!
I’m using atom and i love it!! But i have some kind of OCD and when i code in C, i would like to have the struct name highlighted, as well as the typedef name.
Example:
typedef struct node {
int a;
} test;
I would like to have both node and test highlighted, and now, whenever i use the “variable” test, i would like to have it highlighted.
How can i have this ?
All help is appreciated!
Thanks in advance!
Cheers!