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!
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!
Here are some :
There's also google's prettify.js, which is the syntax highligher used on this site:
If you are using Dojo a nice one is dojox.highlight extension.
Demo page is here.