Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a simple JavaScript based HTML syntax highlighter?

Where can I find a simple JavaScript based HTML syntax highlighter?
Simpler is better, and I don't need any line numbers or tricks, just added colors.

If it is the same colors as dreamweaver, even better!

like image 245
Timo Huovinen Avatar asked Mar 28 '26 09:03

Timo Huovinen


1 Answers

There's also google's prettify.js, which is the syntax highligher used on this site:

http://code.google.com/p/google-code-prettify/

like image 150
Joel Coehoorn Avatar answered Mar 29 '26 23:03

Joel Coehoorn