mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-19 14:56:22 +01:00
4 lines
221 B
JavaScript
4 lines
221 B
JavaScript
import "../../../lib/vendor/codemirror/mode/gfm/gfm.js";
|
|
import "../../../lib/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js";
|
|
window.CodeMirror.__mode = "yaml-frontmatter";
|
|
export default window.CodeMirror;
|