hello i’m looking a dynamic syntax highlighter for PHP.
I’m not looking a highlighter to highlight a code snippet. looking a dynamic highlighter that highlights the code as i type.
**
I need this feature for online editor. (actually for the text-area element in a posting form.)
**
example: http://jsfiddle.net
I find codemirror’s pretty good: http://codemirror.net/
It has autocompletion, multiple syntaxes in one page (think html+js+css), and lots of languages.
This is what google, jsfiddle and others are using.