filestash/client/pages/viewerpage/editor/htmlmixed.js

3 lines
106 B
JavaScript

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