mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-20 23:32:20 +01:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
import "codemirror/mode/xml/xml";
|
|
CodeMirror.__mode = "xml";
|
|
export default CodeMirror;
|