Does MSDN has syntax highligthing?

2

Reading the MSDN documentation in a web browser is a real pain because the absence of syntax highlighting. In those web pages, code spinets are surrounded by a div with class="codeSnippetContainerCode".

I came across Sight, a chrome plugin. If you open a .js file it would show the syntax right. But it wont syntax highlight source code embedded in a page.

EDIT
Looks like lifehacker has a good solution with Code Highlight chrome plugin.

Guillaume Massé

Posted 2011-11-03T15:28:42.910

Reputation: 163

1You should add your edit as an answer instead. – Nifle – 2011-11-03T15:44:30.393

I need 100 Reps for that. Code HighLight does not seems to work for MSDN. – Guillaume Massé – 2011-11-03T15:58:35.573

No answers