From: Themis Matsoukas on
If I change this:

If[a > 1,
Do[Print[i], {i, 1, 10}];
];

to this:

If[a > 1,
Do[Print[i], {i, 1, 10}]; (*end do*)
];

then, the semicolon right before the comment (*end do*) turns magenta.

But if I remove the very LAST semicolon and then type it again, the magenta turns black.

Do others see this behavior?

"7.0 for Mac OS X x86 (64-bit) (November 11, 2008)"

Themis