Google Prettifier 支持 C# 语法高亮吗?
我已经开始研究谷歌美化器来突出显示语法。只是怀疑 google prettifier 是否支持 C# 语法突出显示。如果是,我需要在我的应用程序中包含哪个 .js 文件?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在谈论这个,对吗?
从文档中可以看出,它支持“类 C”语言,其中 C# 就是其中一种语言。
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.