mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 11:57:04 +08:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
import "codemirror/mode/htmlmixed/htmlmixed";
|
|
CodeMirror.__mode = "htmlmixed";
|
|
export default CodeMirror;
|