Improve Web IDE syntax highlighting
The web ide uses the default Monaco syntax highlighting which is very basic. VSCode uses a different approach that supports textmate syntax highlighting. It is possible to use this approach in the browser using web assembly, which is supported by most browsers except IE 11.
Proposal
Improve syntax highlighting by implementing support for textmate grammars using web assembly.