I am looking to create a really simple in-browser IDE for CoffeeScript. Basically a text box and a submit button, for now. All the code will then be submitted to the server for execution.
One thing I did want, is a syntax highlighting in the browser as the person type. Something liked Iced Coffee for Sublime Text. Is there a way to do this syntax highlighting?