Creating an Editable Textarea That Supports Syntax-Highlighted Code
When I was working on a project that needed an editor component for source code, I really wanted a way to have that editor highlight the syntax that is typed. There are projects like this, like CodeMirror, Ace, …