aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/application/config/ace_languages.php
blob: 577ca8619c12d31566b5fb4759ac038fe29e6785 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?php if (!defined('BASEPATH')) {
    exit('No direct script access allowed');
}

//codemirror languages
$config['ace_languages'] = array(
    'text' => 'text',
    'html5' => 'html',
    'css' => 'css',
    'javascript' => 'javascript',
    'php' => 'php',
    'python' => 'python',
    'ruby' => 'ruby',
    'lua' => 'lua',
    'bash' => 'sh',
    'erlang' => 'erlang',
    'go' => 'golang',
    'c' => 'c_cpp',
    'cpp' => 'c_cpp',
    'diff' => 'diff',
    'latex' => 'latex',
    'sql' => 'sql',
    'xml' => 'xml',
    '0' => 'text',
    'abap' => 'abap',
    'actionscript' => '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',
    'c_loadrunner' => 'c_cpp',
    'c_mac' => 'c_cpp',
    'c_winapi' => 'c_cpp',
    'csharp' => 'csharp',
    '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',
    'perl' => 'perl',
    'perl6' => 'perl',
    'postgresql' => 'pgsql',
    'powershell' => 'powershell',
    'prolog' => 'prolog',
    'properties' => 'properties',
    'rails' => 'ruby',
    'rust' => 'rust',
    'scala' => 'scala',
    'scheme' => 'scheme',
    'smarty' => 'smarty',
    'tcl' => 'tcl',
    'vala' => 'vala',
    'vb' => 'vbscript',
    'verilog' => 'verilog',
    'vhdl' => 'vhdl',
    'yaml' => 'yaml',
);

© 2014-2024 Faster IT GmbH | imprint | privacy policy