Hi,
to comment out a big block of code which contains c-style comments, I use #if 0 .. #endif. Unfortunately the Keil editor doesn't recognize this as comment, thus it doesn't highlight this block. Is there a way to tell the editor that #if 0 .. #endif should be handled like a comment?
regards, Daniel