diff --git a/htdocs/application/config/geshi_languages.php b/htdocs/application/config/geshi_languages.php index c851f75..bddeca7 100644 --- a/htdocs/application/config/geshi_languages.php +++ b/htdocs/application/config/geshi_languages.php @@ -1,4 +1,4 @@ - 'Actionscript', 'actionscript3' => 'ActionScript3', 'ada' => 'Ada', + 'aimms' =>'AIMMS', 'algol68' => 'ALGOL 68', 'apache' => 'Apache', 'applescript' => 'AppleScript', @@ -58,19 +59,23 @@ $config['geshi_languages'] = array( 'boo' => 'Boo', 'c_loadrunner' => 'C (for LoadRunner)', 'c_mac' => 'C for Macs', + 'c_winapi' => 'C with WiAPI', 'caddcl' => 'CAD DCL (Dialog Control Language)', 'cadlisp' => 'AutoCAD/IntelliCAD Lisp', 'cfdg' => 'CFDG', 'cfm' => 'ColdFusion', 'chaiscript' => 'ChaiScript', + 'chapel' => 'Chapel', 'cil' => 'CIL (Common Intermediate Language)', 'clojure' => 'Clojure', 'cmake' => 'CMake', 'cobol' => 'COBOL', 'coffeescript' => 'CoffeeScript', + 'cpp-winapi' => 'C++ with WinAPI', 'csharp' => 'C#', 'cuesheet' => 'Cuesheet', 'd' => 'D', + 'dart' => 'Dart', 'dcs' => 'DCS', 'dcl' => 'DCL', 'dcpu16' => 'DCPU/16 Assembly', @@ -84,6 +89,7 @@ $config['geshi_languages'] = array( 'email' => 'Email (mbox/eml/RFC format)', 'epc' => 'Enerscript', 'euphoria' => 'Euphoria', + 'ezt' => 'EZT', 'f1' => 'Formula One', 'falcon' => 'Falcon', 'fo' => 'fo', @@ -112,9 +118,11 @@ $config['geshi_languages'] = array( 'inno' => 'Inno Script', 'intercal' => 'INTERCAL', 'io' => 'Io', + 'ispfpanel' => 'ISPF Panel', 'j' => 'J', 'java' => 'Java', 'java5' => 'Java 5', + 'jcl' => 'Job Control Language', 'jquery' => 'jQuery 1.3', //'kixtart' => 'PHP', @@ -147,6 +155,8 @@ $config['geshi_languages'] = array( 'nagios' => 'Nagios', 'netrexx' => 'NetRexx', 'newlisp' => 'newLISP', + 'nginx' => 'nginx', + 'nimrod' => 'Nimrod', 'nsis' => 'Nullsoft Scriptable Install System', 'oberon2' => 'Oberon-2', 'objc' => 'Objective-C', @@ -173,6 +183,7 @@ $config['geshi_languages'] = array( 'pli' => 'PL/I', 'plsql' => 'Oracle 9.2 PL/SQL', 'postgresql' => 'PostgreSQL', + 'postscript' => 'Postscript', 'povray' => 'Povray', 'powerbuilder' => 'PowerBuilder (PowerScript)', 'powershell' => 'PowerShell', @@ -185,22 +196,28 @@ $config['geshi_languages'] = array( 'pys60' => 'Python for S60', 'q' => 'q/kdb+', 'qbasic' => 'QBasic/QuickBASIC', + 'qml' => 'QML', + 'racket' => 'Racket', 'rails' => 'Ruby (with Ruby on Rails Framework)', + 'rbs' => 'RBS Script', 'rebol' => 'Rebol', 'reg' => 'Microsoft Registry Editor', 'rexx' => 'Rexx', 'robots' => 'robots.txt', 'rpmspec' => 'RPM Spec', 'rsplus' => 'R', + 'rust' => 'Rust', 'sas' => 'SAS', 'scala' => 'Scala', 'scheme' => 'Scheme', 'scilab' => 'SciLab', + 'scl' => 'SCL', 'sdlbasic' => 'sdlBasic', 'smalltalk' => 'Smalltalk', 'smarty' => 'Smarty template', 'spark' => 'SPARK', 'sparql' => 'SPARQL', + 'standardml' => 'StandardML', 'stonescript' => 'StoneScript', 'systemverilog' => 'SystemVerilog IEEE 1800-2009(draft8)', 'tcl' => 'TCL/iTCL', @@ -215,6 +232,7 @@ $config['geshi_languages'] = array( 'vala' => 'Vala', 'vb' => 'Visual Basic', 'vbnet' => 'VB.NET', + 'vbscript' => 'VBScript', 'vedit' => 'Vedit macro language', 'verilog' => 'Verilog', 'vhdl' => 'VHDL', diff --git a/htdocs/application/libraries/geshi/contrib/aliased.php b/htdocs/application/libraries/geshi/contrib/aliased.php index cee3128..0d4b283 100644 --- a/htdocs/application/libraries/geshi/contrib/aliased.php +++ b/htdocs/application/libraries/geshi/contrib/aliased.php @@ -1,5 +1,4 @@ - * @version $Id: aliased.php 2533 2012-08-15 18:49:04Z benbe $ + * @version $Id$ */ // Your config here diff --git a/htdocs/application/libraries/geshi/contrib/cssgen.php b/htdocs/application/libraries/geshi/contrib/cssgen.php index cc71b58..d0dac0f 100644 --- a/htdocs/application/libraries/geshi/contrib/cssgen.php +++ b/htdocs/application/libraries/geshi/contrib/cssgen.php @@ -4,7 +4,7 @@ * ---------- * Author: Nigel McNie (nigel@geshi.org) * Copyright: (c) 2004 Nigel McNie - * Release Version: 1.0.8.6 + * Release Version: 1.0.8.12 * Date Started: 2004/05/20 * * Application to generate custom CSS files for GeSHi (based on an idea by Andreas @@ -462,5 +462,3 @@ it includes most of the basic information.
'; make_footer(); } - -?> diff --git a/htdocs/application/libraries/geshi/contrib/example.php b/htdocs/application/libraries/geshi/contrib/example.php index e07399e..1ad923d 100644 --- a/htdocs/application/libraries/geshi/contrib/example.php +++ b/htdocs/application/libraries/geshi/contrib/example.php @@ -6,7 +6,7 @@ * and the language files in subdirectory "../geshi/") * * @author Nigel McNie - * @version $Id: example.php 2510 2012-06-27 15:57:55Z reedy_boy $ + * @version $Id$ */ header('Content-Type: text/html; charset=utf-8'); @@ -169,7 +169,7 @@ if (isset($_POST['submit'])) { echo '