vote up 1 vote down star
2

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!

flag

3 Answers

vote up 2 vote down

Here are some :

link|flag
vote up 4 vote down

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

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

link|flag
Nice one and simple, i will try to remember it. Last one that impressed me (but it isn't in javascript) is the kasyntaxy@appspot.com bot in Google Wave as it pretty much work in real time, as-you-type. – VirtualBlackFox Nov 5 at 13:19
vote up 0 vote down

If you are using Dojo a nice one is dojox.highlight extension.

Demo page is here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.