Possible Duplicate:
Why isn't syntax highlighting working in a question?

For some reason, the code here is not getting syntax-highlighted. Perhaps it's a problem with my browser/cache or something? Or maybe I'm doing something wrong?

If I remember correctly, usually keywords like class and public get highlighted, this isn't happening in the answer I linked.

share|improve this question

marked as duplicate by Cody Gray, animuson, slhck, kiamlaluno, Toon Krijthe Apr 11 '12 at 14:48

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Syntax highlighting is dependent on the language. By default that is chosen from the tags that are on the question. However, the question doesn't have any languages tagged. So there's no syntax highlighting.

I've edited your post to manually enable C++ syntax highlighting by adding this:

<!-- language: lang-cpp -->

More Information: Syntax highlighting language hints

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged