most of my programs I write in C language for different target systems. Is it possible to add project specific preprocessor definitions, which have affect to the syntax highlighting?
Sample:
Code: Select all
#ifdef TARGET_1
WORD wTest;
#endif
Code: Select all
WORD wTest;
So the code is easier to read for the actual target or another predefine enabled or disabled feature.
Best regards
Michael