代码高亮
我想要像 Visual Studio 一样突出显示代码。
如果用户在文章中附加代码片段,我想突出显示代码,就像 Visual Studio 所做的那样。
我们怎样才能做到这一点。
I want code highlighting like visual studio.
If user is attaching a code snippept in the article i want to hightlight the code exactly like what visual studio will do.
How can we achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
例如 google-code-pretify。如果您谈论的不是网站中包含的代码,而是桌面应用程序中包含的代码,您应该澄清您的问题。
For example google-code-pretify. If you are not talking about code that is contained in a website but e.g. in a desktop application, you should clarify your question.
http://www.actiprosoftware.com/Products/DotNet/ASPNET/ CodeHighlighter/default.aspx
这个工具能满足您的需求吗?
http://www.actiprosoftware.com/Products/DotNet/ASPNET/CodeHighlighter/default.aspx
Does this tool do what you want?
如果您使用 PHP,还可以使用 FSHL:http://code.google.com/p /fshl/。包括示例。
If you're in PHP you can also use FSHL: http://code.google.com/p/fshl/. Examples are included.