mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
python
This commit is contained in:
parent
47af0da5d7
commit
bf5f358d2e
@ -62,7 +62,14 @@ $config['codemirror_languages'] = array(
|
|||||||
) ,
|
) ,
|
||||||
) ,
|
) ,
|
||||||
) ,
|
) ,
|
||||||
'python' => 'Python',
|
'python' => array(
|
||||||
|
'mode' => 'python',
|
||||||
|
'js' => array(
|
||||||
|
array(
|
||||||
|
'codemirror/mode/python/python.js'
|
||||||
|
) ,
|
||||||
|
) ,
|
||||||
|
) ,
|
||||||
'ruby' => 'Ruby',
|
'ruby' => 'Ruby',
|
||||||
'bash' => 'Bash',
|
'bash' => 'Bash',
|
||||||
'c' => 'C',
|
'c' => 'C',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user