filestash/public/assets/pages/viewerpage/application_editor/htmlmixed.js
2024-02-26 00:23:39 +11:00

3 lines
143 B
JavaScript

import "../../../lib/vendor/codemirror/mode/htmlmixed/htmlmixed.js";
window.CodeMirror.__mode = "htmlmixed";
export default window.CodeMirror;