This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

bug: source code is dimmed incorrectly in header files

When #defines are created using the project settings rather than in the source code, the syntax highlighter incorrectly dims sections between #ifdef / #endif blocks in header files.

For example, if I define DEBUG in the project settings and then have this in a header file:

// header.h
#ifdef DEBUG
void do_debug_thing();  // this line dimmed incorrectly
#endif

Does this make sense? I'm using the latest Keil V5 as of 18th January 2023.

Thanks,
Charlie.