This commit is contained in:
Claude 2012-05-04 23:06:22 +02:00
parent 9d0d8922c6
commit 87bd0aa279

View File

@ -179,7 +179,7 @@ $config['codemirror_languages'] = array(
'bnf' => 'BNF (Backus-Naur form)', 'bnf' => 'BNF (Backus-Naur form)',
'boo' => 'Boo', 'boo' => 'Boo',
'c_loadrunner' => array( 'c_loadrunner' => array(
'mode' => 'text/x-csharp', 'mode' => 'text/x-csrc',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/clike/clike.js' 'codemirror/mode/clike/clike.js'
@ -187,7 +187,7 @@ $config['codemirror_languages'] = array(
) , ) ,
) , ) ,
'c_mac' => array( 'c_mac' => array(
'mode' => 'text/x-csharp', 'mode' => 'text/x-csrc',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/clike/clike.js' 'codemirror/mode/clike/clike.js'
@ -205,7 +205,7 @@ $config['codemirror_languages'] = array(
'cobol' => 'COBOL', 'cobol' => 'COBOL',
'coffeescript' => 'CoffeeScript', 'coffeescript' => 'CoffeeScript',
'coffeescript' => array( 'coffeescript' => array(
'mode' => 'text/x-csharp', 'mode' => 'text/x-coffeescript',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/coffeescript/coffeescript.js' 'codemirror/mode/coffeescript/coffeescript.js'
@ -255,7 +255,7 @@ $config['codemirror_languages'] = array(
'gml' => 'GML', 'gml' => 'GML',
'gnuplot' => 'Gnuplot script', 'gnuplot' => 'Gnuplot script',
'groovy' => array( 'groovy' => array(
'mode' => 'text/x-java', 'mode' => 'text/x-groovy',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/groovy/groovy.js' 'codemirror/mode/groovy/groovy.js'
@ -264,7 +264,7 @@ $config['codemirror_languages'] = array(
) , ) ,
'gwbasic' => 'GwBasic', 'gwbasic' => 'GwBasic',
'haskell' => array( 'haskell' => array(
'mode' => 'text/x-java', 'mode' => 'text/x-haskell',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/haskell/haskell.js' 'codemirror/mode/haskell/haskell.js'
@ -313,7 +313,14 @@ $config['codemirror_languages'] = array(
) , ) ,
) , ) ,
) , ) ,
'jquery' => 'jQuery 1.3', 'jquery' => array(
'mode' => 'javascript',
'js' => array(
array(
'codemirror/mode/javascript/javascript.js'
) ,
) ,
) ,
//'kixtart' => 'PHP', //'kixtart' => 'PHP',
'klonec' => 'KLone with C', 'klonec' => 'KLone with C',
@ -359,7 +366,7 @@ $config['codemirror_languages'] = array(
'oxygene' => 'Delphi Prism (Oxygene)', 'oxygene' => 'Delphi Prism (Oxygene)',
'oz' => 'Oz', 'oz' => 'Oz',
'pascal' => array( 'pascal' => array(
'mode' => 'mysql', 'mode' => 'text/x-pascal',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/pascal/pascal.js' 'codemirror/mode/pascal/pascal.js'
@ -390,7 +397,7 @@ $config['codemirror_languages'] = array(
'pixelbender' => 'Pixel Bender 1.0', 'pixelbender' => 'Pixel Bender 1.0',
'pli' => 'PL/I', 'pli' => 'PL/I',
'plsql' => array( 'plsql' => array(
'mode' => 'mysql', 'mode' => 'plsql',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/plsql/plsql.js' 'codemirror/mode/plsql/plsql.js'
@ -405,7 +412,7 @@ $config['codemirror_languages'] = array(
'progress' => 'Progress', 'progress' => 'Progress',
'prolog' => 'Prolog', 'prolog' => 'Prolog',
'properties' => array( 'properties' => array(
'mode' => 'mysql', 'mode' => 'text/x-properties',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/properties/properties.js' 'codemirror/mode/properties/properties.js'
@ -425,7 +432,7 @@ $config['codemirror_languages'] = array(
'sas' => 'SAS', 'sas' => 'SAS',
'scala' => 'Scala', 'scala' => 'Scala',
'scheme' => array( 'scheme' => array(
'mode' => 'mysql', 'mode' => 'text/x-scheme',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/scheme/scheme.js' 'codemirror/mode/scheme/scheme.js'
@ -446,7 +453,7 @@ $config['codemirror_languages'] = array(
'uscript' => 'UnrealScript', 'uscript' => 'UnrealScript',
'vala' => 'Vala', 'vala' => 'Vala',
'vb' => array( 'vb' => array(
'mode' => 'mysql', 'mode' => 'text/vbscript',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/vbscript/vbscript.js' 'codemirror/mode/vbscript/vbscript.js'
@ -454,7 +461,7 @@ $config['codemirror_languages'] = array(
) , ) ,
) , ) ,
'vbnet' => array( 'vbnet' => array(
'mode' => 'mysql', 'mode' => 'text/vbscript',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/vbscript/vbscript.js' 'codemirror/mode/vbscript/vbscript.js'
@ -462,7 +469,7 @@ $config['codemirror_languages'] = array(
) , ) ,
) , ) ,
'verilog' => array( 'verilog' => array(
'mode' => 'mysql', 'mode' => 'text/x-verilog',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/verilog/verilog.js' 'codemirror/mode/verilog/verilog.js'
@ -480,7 +487,7 @@ $config['codemirror_languages'] = array(
'xorg_conf' => 'xorg.conf', 'xorg_conf' => 'xorg.conf',
'xpp' => 'Axapta/Dynamics Ax X++', 'xpp' => 'Axapta/Dynamics Ax X++',
'yaml' => array( 'yaml' => array(
'mode' => 'mysql', 'mode' => 'text/x-yaml',
'js' => array( 'js' => array(
array( array(
'codemirror/mode/yaml/yaml.js' 'codemirror/mode/yaml/yaml.js'