SyntaxHighlighter is an open source Java Script client side code syntax highlighter.
About
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page.SyntaxHighlighter is currently used by Apache, Aptana, Mozilla, Yahoo, Wordpress, Bug Labs, Freshbooks and others.
Demo
1
2
3
4
5
6
7
| // SyntaxHighlighter makes your code snippets beautiful without tiring your servers.var setArray = function(elems) { this.length = 0; push.apply(this, elems); return this;} |
News
- I work at SAY: Media and we are hiring engineers! Oh, and the ad on the right is just one of the many awesome things we do! October 5, 2011
- We aren’t dead! Moved source to GitHub to increase participation. July 26, 2011
- Major new 3.0.83 release (changes). July 2, 2010
- New 2.1.382 release (changes). June 24, 2010
- Follow @syntaxhighlight on Twitter. March 1, 2010
- New 2.1.364 release (changes). October 15, 2009
- Freshbooks is using SyntaxHighlighter! October 8, 2009
- ASP.NET forums using SyntaxHighlighter! July 1, 2009
- Bug Labs is using SyntaxHighlighter! June 24, 2009
- Maintenance release 2.0.320 (changes). May 3, 2009
- Set up a public repository on Bitbucket. March 8, 2009
- Maintenance release 2.0.296 (changes). March 1, 2009
- Maintenance release 2.0.287 (changes). February 6, 2009
- SyntaxHighlighter 2.0 goes public. Yay! February 3, 2009
SyntaxHighlighter was originally created in 2004 and is still maintained by Alex Gorbatchev.
Copyright 2004-2011 Alex Gorbatchev.