Open
Description
Visual Studio has this for XML doc comments and normal comments in C#.
Rationale: I (and others) tend to use JavaDoc/XmlDoc comments on top of methods as a way to create visual separation between methods, even if there is no comment. These get muddy when they're the same color as the nested comments.