stencila/designa

Refactor dynamic loading of CodeMirror languages

Opened this issue · 0 comments

Rather than using our custom method of lazy-loading language extensions, we should instead use the codemirror/language-data extension.

The benefit of this being reduced number of lines of code, and a more robust list of supported languages.