feature (#12): syntax highlighting for a wide range of language

This commit is contained in:
Mickael KERJEAN
2017-07-02 00:59:08 +10:00
parent 870d4e7ba5
commit f25428ca53
31 changed files with 291 additions and 211 deletions

View File

@ -0,0 +1,3 @@
import 'codemirror/mode/python/python';
CodeMirror.__mode = 'python';
export default CodeMirror;