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

highlighting "#if 0" statements

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

0