T O P I C R E V I E W |
spectecjr |
Posted - Sep 27 2010 : 5:54:49 PM According to C9X, this is a valid single-line comment:
/\/ This should appear in green.
This is too:
//\This should appear in green.
Same goes for the multiline operators.
Not sure I'd actually recommend fixing it; seems like a whacko edge case (I only found it because I'm implementing a C++ file parser right now). |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Sep 28 2010 : 03:32:09 AM Comment coloring is done by Visual Studio. If you disable Visual Assist temporarily by
VAssistX -> Enable/Disable Visual Assist X
you will still be seeing the green coloring. |