mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -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
|
||||
$config['ace_languages'] = array(
|
||||
'html5' => 'htmlmixed',
|
||||
'text' => 'plain_text',
|
||||
'html5' => 'html',
|
||||
'css' => 'css',
|
||||
'javascript' => 'javascript',
|
||||
'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