What Javascript libraries can you recommend for syntax highlighting <code> blocks in HTML?
(One suggestion per answer please).
|
5
|
What Javascript libraries can you recommend for syntax highlighting <code> blocks in HTML? (One suggestion per answer please).
|
||
|
|
|
|
StackOverflow uses Prettify. |
||||||||||
|
|
|
This article at the Web Resources Depot lists a bunch of options for highlighting code, some of which use Javascript. It was published on 4th May 2009. |
||
|
|
|
|
I'm not being argumenative but just thought it worth mentioning that if you're using a CMS or blog platform then using a backend highlighter is better for obvious reasons - Have a look at Geshi(http://qbnz.com/highlighter/) if you're interested. Actualy you could setup your server to parse HTML content through a backend technology - so there is not need for the JS highlighters at all. (The only functionality they add is the ability to print/copy[using swf]).. |
||
|
|
|
|
I'm very happy with SHJS. It supports a bevy of languages and seems pretty fast and accurate. Here's an example where I use it on my blog. I'm using my own custom CSS file that simulates Coda's syntax highlighting. Email me if you'd like to use it. |
||
|
|
|
|
If you're using jQuery there's Chilli: http://code.google.com/p/jquery-chili-js/ All you have to do is include the jquery-chili.js and recipes.js, and do the highlight with
It should figure out the language by itself. |
||
|
|
|
|
|
||
|
|
|
SyntaxHighlighter is available as a Google Code project. |
||
|
|