I am currently reading Clean Code and there are so many useful hints in there, comments being one of the thi gs that stuck in my head.
Talking about syntax highlighting, I edited my editor to treat @Todo and similar comment additions in the same way as errors: they do not belong thete and should be fixed as soon as possible. Marking them ass errors led to several small fixes.
After reading this article I might try the same with regular comments.