Files

4 lines
106 B
JavaScript

import 'codemirror/mode/htmlmixed/htmlmixed';
CodeMirror.__mode = 'htmlmixed';
export default CodeMirror;