Handle commented code as a different case
darnir opened this issue · 0 comments
darnir commented
In C, it is a general convention to comment out code using a "#if 0" block. Lots of editors and colour schemes handle such #if 0 blocks as a special case of comments and give it a different colour to differentiate commented code from code comments.
Could you also please take this account?