Does Google Prettifier Supports Syntax highlightation of C#?
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开发者_C百科 .js file i need to include in my application?
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.
精彩评论