I want to italicize a part of a single line comment, for example:
string new = old; // new is a *copy* of old In the above, I want "copy" to be italicized, while keeping what ever formatting the comments already have (i.e. the font size, color, etc...).
I've tried using moredelim but it does not work inside comments. Any help would be greatly appreciated, thank you.

