import CodeMirror from 'codemirror' import _ from 'lodash' CodeMirror.modeInfo.push({name: 'Stylus', mime: 'text/x-styl', mode: 'stylus', ext: ['styl']})