mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
langs
This commit is contained in:
parent
7279b32453
commit
810d0691f7
@ -9,8 +9,23 @@ if (!defined('BASEPATH')) exit('No direct script access allowed');
|
|||||||
|
|
||||||
//codemirror languages
|
//codemirror languages
|
||||||
$config['ace_languages'] = array(
|
$config['ace_languages'] = array(
|
||||||
'html5' => 'htmlmixed',
|
'text' => 'plain_text',
|
||||||
|
'html5' => 'html',
|
||||||
'css' => 'css',
|
'css' => 'css',
|
||||||
'javascript' => 'javascript',
|
'javascript' => 'javascript',
|
||||||
'php' => 'php',
|
'php' => 'php',
|
||||||
|
'python' => 'python',
|
||||||
|
'ruby' => 'ruby',
|
||||||
|
'lua' => 'lua',
|
||||||
|
'erlang' => 'erlang',
|
||||||
|
'go' => 'golang',
|
||||||
|
'c' => 'c_cpp',
|
||||||
|
'cpp' => 'c_cpp',
|
||||||
|
'diff' => 'diff',
|
||||||
|
'latex' => 'latex',
|
||||||
|
'sql' => 'sql',
|
||||||
|
'xml' => 'xml',
|
||||||
|
'abap' => 'abap',
|
||||||
|
'actionscript' => 'actionscript',
|
||||||
|
'actionscript3' => 'actionscript',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user