This commit is contained in:
Claude 2016-09-02 20:55:50 +02:00
parent 810d0691f7
commit c7129c1292

View File

@ -28,4 +28,34 @@ $config['ace_languages'] = array(
'abap' => 'abap', 'abap' => 'abap',
'actionscript' => 'actionscript', 'actionscript' => 'actionscript',
'actionscript3' => 'actionscript', 'actionscript3' => 'actionscript',
'ada' => 'ada',
'apache' => 'apache_conf',
'applescript' => 'applescript',
'asm' => 'assembly_x86',
'autohotkey' => 'autohotkey',
'closure' => 'closure',
'cobol' => 'cobol',
'coffeescript' => 'coffee',
'coffeescript' => 'coffee',
'cpp-winapi' => 'c_cpp',
'csharp' => 'csharp',
'css' => 'css',
'd' => 'd',
'dart' => 'dart',
'dot' => 'dot',
'eiffel' => 'eiffel',
'fortran' => 'fortran',
'groovy' => 'groovy',
'haskell' => 'haskell',
'haxe' => 'haxe',
'ini' => 'ini',
'io' => 'io',
'java' => 'java',
'java5' => 'java',
'make' => 'makefile',
'matlab' => 'matlab',
'mysql' => 'mysql',
'objc' => 'objectivec',
'ocaml' => 'ocaml',
'pascal' => 'pascal',
); );