I need to let user to edit some code in my web-app. I want to highlight the syntax as he types.
Note: I need code to be highlighted on the fly, right inside editor control. I do not need offline source highlighters.
Is there some free JavaScript-based code editor which does the job?
I'll need to highlight Lua syntax, but I can add it myself, if editor API is adequate.