Tagged Questions
2
votes
2answers
648 views
Color (syntax highlighting) within an HTML <code> tag
In a code fragment like the following ...
class Foo
{
internal Foo()
{
for (int i = 0; i < 42; ++i);
}
}
... its various keywords and so on are color-coded when they're displayed in my ...