mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-14 12:26:53 +01:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
import 'codemirror/mode/lua/lua';
|
|
CodeMirror.__mode = 'lua';
|
|
export default CodeMirror;
|