JavaScript live syntax highlighter

javascriptlivesyntax highlightingwysiwyg

Do you know a good live syntax highlighter written in JavaScript? With live syntax highlighter I mean a WYSIWYG editor that can be included in HTML pages and that is able to highlight the code in real time. Like a Notepad++ but in JavaScript.

I've already read this question: Are there any JavaScript live syntax highlighters?
but there's nothing that interests me.

Best Answer

Try CodeMirror, which is used by JSBin and many other sites.