This commit is contained in:
Claude 2012-04-19 20:03:34 +02:00
parent 47af0da5d7
commit bf5f358d2e

View File

@ -62,7 +62,14 @@ $config['codemirror_languages'] = array(
) ,
) ,
) ,
'python' => 'Python',
'python' => array(
'mode' => 'python',
'js' => array(
array(
'codemirror/mode/python/python.js'
) ,
) ,
) ,
'ruby' => 'Ruby',
'bash' => 'Bash',
'c' => 'C',