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!
There's also google's prettify.js, which is the syntax highligher used on this site:
Here are some :
You can also try prism.js. I have used many of them and this is by far the simplest one according to me.