show/hide this revision's text 2 Emphasised the need for the on-line highlighting

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.

show/hide this revision's text 1

Free Syntax Highlighting editor control in JavaScript

I need to let user to edit some code in my web-app. I want to highlight the syntax as he types.

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.