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