mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 04:50:14 +08:00
4 lines
91 B
JavaScript
4 lines
91 B
JavaScript
import "codemirror/mode/yaml/yaml";
|
|
CodeMirror.__mode = "yaml";
|
|
export default CodeMirror;
|