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