mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
import CodeMirror from 'codemirror'
|
|
import _ from 'lodash'
|
|
|
|
CodeMirror.modeInfo.push({name: 'Stylus', mime: 'text/x-styl', mode: 'stylus', ext: ['styl']})
|