I've started working on google prettifier to highlight the syntax. Just had a doubt whether google prettifier supports C# syntax highlightation or not. If yes, which .js file i need to include in my application?
+1
A:
I assume you're talking about this, right?
From the documentation, it says it supports "C-like" languages, of which C# is one such language.
Dean Harding
2010-06-24 06:38:34
Thanks Dean, it helped me a lot. my doubt got clarified. thanks a lot.
stackuser1
2010-06-24 06:47:09