This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CodeMirror NPM dynamic language module loader. | |
* To be used with WebPack. | |
* | |
* @example | |
* loadCodeMirrorModule(codeMirrorLanguages.JavaScript.codeMirrorMode) | |
* | |
* @author rigwild <https://github.com/rigwild> | |
* @see https://gist.github.com/rigwild/ce6b4c6a893c3a95f75cc0aca633f037 | |
* @license MIT |