What is required to add additional language support?
To add another one, you need to find library that implements CodeMirror mode for that language, add it to package.json and update languages.js
What is required to add additional language support?