mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-04 05:27:04 +08:00
feature (#12): syntax highlighting for a wide range of language
This commit is contained in:
3
client/pages/viewerpage/editor/python.js
Normal file
3
client/pages/viewerpage/editor/python.js
Normal file
@ -0,0 +1,3 @@
|
||||
import 'codemirror/mode/python/python';
|
||||
CodeMirror.__mode = 'python';
|
||||
export default CodeMirror;
|
||||
Reference in New Issue
Block a user