Code Colouring for Website Display [closed]
开发者_StackOverflow中文版
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionIs there a JQuery/Javascript module for colouring code? I've got a website where I talk about the projects I'm currently involved in and that quite often involves outputting some of my code.
I would like some way of colouring the code as it does on this website and many other websites to give it higher readability.
Cheers, Dan
I reccomend SyntaxHighlighter by Alex Gorbatchev.
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.
But there is also:
- google-code-prettify
- SHJS
- and a lot more ...
精彩评论