어느 가을날의 전환점

SYNTAX|SyntaxHighlighter 본문

Development

SYNTAX|SyntaxHighlighter

어느가을빛 2010. 8. 16. 17:53

http://alexgorbatchev.com/SyntaxHighlighter/

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 ApacheAptanaMozillaYahooWordpressBug LabsFreshbooks and others.

Demo

?
1
2
3
4
5
6
7
8
9
// SyntaxHighlighter makes your code
// snippets beautiful without tiring
// your servers.
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}
Comments