diff options
72 files changed, 371 insertions, 209 deletions
diff --git a/data/pages/wiki/dokuwiki.txt b/data/pages/wiki/dokuwiki.txt index f6f36fda7..4f15b9be8 100644 --- a/data/pages/wiki/dokuwiki.txt +++ b/data/pages/wiki/dokuwiki.txt @@ -45,6 +45,7 @@ All documentation and additional information besides the [[syntax|syntax descrip **DokuWiki Feedback** * [[doku>wiki:mailinglist|Join the mailing list]] :!: + * [[doku>wiki:forum|Check out the user forum]] * [[http://bugs.splitbrain.org/index.php?project=1|Submit bugs and feature wishes]] * [[doku>wiki:discussion:discussion|The discussion pages]] * [[http://www.wikimatrix.org/forum/viewforum.php?id=10|Share your experiences in the WikiMatrix forum]] @@ -52,12 +53,12 @@ All documentation and additional information besides the [[syntax|syntax descrip ===== Copyright ===== -2004-2006 (c) Andreas Gohr <andi@splitbrain.org> +2004-2006 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>wiki:mailinglist|mailinglist]] or [[http://forum.dokuwiki.org|forum]] instead)) The DokuWiki engine is licensed under [[http://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider donating a few bucks to me via [[https://www.paypal.com/xclick/business=andi%40splitbrain.org&item_name=DokuWiki+Donation&no_shipping=1&no_note=1&tax=0&currency_code=EUR&lc=US|PayPal]] ;-). The content published in the DokuWiki at http://www.splitbrain.org/dokuwiki/ is licensed under the [[http://creativecommons.org/licenses/by-nc-sa/2.0/|Creative Commons Attribution-NonCommercial-ShareAlike License]] Version 2.0. -An exception is made for the content which distributed in the download tarball ((files inside the ''data'' directory -- eg: ''dokuwiki.txt'', ''syntax.txt'', ''dokuwiki-128.png'')) which is, for compatibility reasons, licensed under the GNU General Public License Version 2 as well. +An exception is made for the content which distributed in the download tarball((files inside the ''data'' directory -- eg: ''dokuwiki.txt'', ''syntax.txt'', ''dokuwiki-128.png'')) which is, for compatibility reasons, licensed under the GNU General Public License Version 2 as well. Not sure what this means? See the [[doku>wiki:faq#licenses_explained|FAQ on the Licenses]].
\ No newline at end of file diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index 92907ceb9..009fecc4c 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -336,7 +336,7 @@ class HelloWorldApp { } </code> -The following language strings are currently recognized: //actionscript, actionscript-french, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, caddcl, cadlisp, c, c_mac, cfm, cpp, csharp, css, delphi, diff, d, div, dos, eiffel, freebasic, gml, groovy, html4strict, ini, inno, java, java5, javascript, lisp, lua, matlab, mpasm, mysql, nsis, objc, ocaml, ocaml-brief, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, scheme, sdlbasic, smarty, sql, tcl, text, tsql, reg, robots, ruby, vb, vbnet, vhdl, visualfoxpro, winbatch, xml// +The following language strings are currently recognized: //actionscript, actionscript-french, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, caddcl, cadlisp, c, c_mac, cfm, cpp, csharp, css, delphi, diff, d, div, dos, eiffel, freebasic, gml, groovy, html4strict, ini, inno, java, java5, javascript, lisp, lua, matlab, mpasm, mysql, nsis, objc, ocaml, ocaml-brief, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, tsql, reg, robots, ruby, vb, vbnet, vhdl, visualfoxpro, winbatch, xml// ===== Embedding HTML and PHP ===== diff --git a/inc/geshi.php b/inc/geshi.php index f822f7777..ee7b94269 100644 --- a/inc/geshi.php +++ b/inc/geshi.php @@ -28,7 +28,7 @@ * @author Nigel McNie <nigel@geshi.org> * @copyright Copyright © 2004, 2005, Nigel McNie * @license http://gnu.org/copyleft/gpl.html GNU GPL - * @version $Id: geshi.php,v 1.40 2006/05/21 00:01:20 oracleshinoda Exp $ + * @version $Id: geshi.php,v 1.40.2.1 2006/06/21 10:35:33 oracleshinoda Exp $ * */ @@ -40,7 +40,7 @@ // /** The version of this GeSHi file */ -define('GESHI_VERSION', '1.0.7.10'); +define('GESHI_VERSION', '1.0.7.11'); /** Set the correct directory separator */ define('GESHI_DIR_SEPARATOR', ('WIN' != substr(PHP_OS, 0, 3)) ? '/' : '\\'); diff --git a/inc/geshi/actionscript.php b/inc/geshi/actionscript.php index 2a97b7436..d55b19340 100644 --- a/inc/geshi/actionscript.php +++ b/inc/geshi/actionscript.php @@ -4,10 +4,10 @@ * ---------------- * Author: Steffen Krause (Steffen.krause@muse.de) * Copyright: (c) 2004 Steffen Krause, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/20 - * Last Modified: $Date: 2006/05/19 11:24:59 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Actionscript language file for GeSHi. * diff --git a/inc/geshi/ada.php b/inc/geshi/ada.php index c5e0250a4..65b87e5ee 100644 --- a/inc/geshi/ada.php +++ b/inc/geshi/ada.php @@ -4,10 +4,10 @@ * ------- * Author: Tux (tux@inmail.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/07/29 - * Last Modified: $Date: 2006/05/19 11:40:16 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Ada language file for GeSHi. * Words are from SciTe configuration file diff --git a/inc/geshi/apache.php b/inc/geshi/apache.php index 7a731464f..176138db5 100644 --- a/inc/geshi/apache.php +++ b/inc/geshi/apache.php @@ -4,10 +4,10 @@ * ---------- * Author: Tux (tux@inmail.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/29/07 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Apache language file for GeSHi. * Words are from SciTe configuration file diff --git a/inc/geshi/applescript.php b/inc/geshi/applescript.php index df4719775..8e1d75f2e 100644 --- a/inc/geshi/applescript.php +++ b/inc/geshi/applescript.php @@ -4,10 +4,10 @@ * -------- * Author: Stephan Klimek (http://www.initware.org) * Copyright: Stephan Klimek (http://www.initware.org) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.11 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.12 $ * Date Started: 2005/07/20 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * AppleScript language file for GeSHi. * diff --git a/inc/geshi/asm.php b/inc/geshi/asm.php index 05934bfe8..0cd5f453e 100644 --- a/inc/geshi/asm.php +++ b/inc/geshi/asm.php @@ -4,10 +4,10 @@ * ------- * Author: Tux (tux@inmail.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $ * Date Started: 2004/07/27 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * x86 Assembler language file for GeSHi. * Words are from SciTe configuration file (based on NASM syntax) diff --git a/inc/geshi/asp.php b/inc/geshi/asp.php index 0fcfb9189..238045b08 100644 --- a/inc/geshi/asp.php +++ b/inc/geshi/asp.php @@ -4,10 +4,10 @@ * --------
* Author: Amit Gupta (http://blog.igeek.info/)
* Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $
* Date Started: 2004/08/13
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* ASP language file for GeSHi.
*
diff --git a/inc/geshi/autoit.php b/inc/geshi/autoit.php index a13fa24ad..5cd32f491 100644 --- a/inc/geshi/autoit.php +++ b/inc/geshi/autoit.php @@ -4,7 +4,7 @@ * -------- * Author: mastrboy * Copyright: (c) 2006 and to GESHi ;) - * Release Version: 1.0.7.10 + * Release Version: 1.0.7.11 * Date Started: 26.01.2006 * * Current bugs & todo: diff --git a/inc/geshi/bash.php b/inc/geshi/bash.php index aeb46ff45..b34d75ee9 100644 --- a/inc/geshi/bash.php +++ b/inc/geshi/bash.php @@ -4,10 +4,10 @@ * -------- * Author: Andreas Gohr (andi@splitbrain.org) * Copyright: (c) 2004 Andreas Gohr, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/08/20 - * Last Modified: $Date: 2006/05/19 11:40:09 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * BASH language file for GeSHi. * diff --git a/inc/geshi/blitzbasic.php b/inc/geshi/blitzbasic.php index b821180a0..a74feffa9 100644 --- a/inc/geshi/blitzbasic.php +++ b/inc/geshi/blitzbasic.php @@ -4,10 +4,10 @@ * --------------
* Author: Pàdraig O`Connel (info@moonsword.info)
* Copyright: (c) 2005 Pàdraig O`Connel (http://moonsword.info)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.10 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.11 $
* Date Started: 16.10.2005
- * Last Modified: $Date: 2006/05/19 11:40:09 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* BlitzBasic language file for GeSHi.
*
diff --git a/inc/geshi/c.php b/inc/geshi/c.php index ed81bc111..ad9fad8dd 100644 --- a/inc/geshi/c.php +++ b/inc/geshi/c.php @@ -6,10 +6,10 @@ * Contributors: * - Jack Lloyd (lloyd@randombit.net) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * C language file for GeSHi. * diff --git a/inc/geshi/c_mac.php b/inc/geshi/c_mac.php index 8b30218c3..86240ccc1 100644 --- a/inc/geshi/c_mac.php +++ b/inc/geshi/c_mac.php @@ -4,10 +4,10 @@ * --------- * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net) * Copyright: (c) 2004 M. Uli Kusterer, Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * C for Macs language file for GeSHi. * diff --git a/inc/geshi/caddcl.php b/inc/geshi/caddcl.php index e6d77865c..9a7893e93 100644 --- a/inc/geshi/caddcl.php +++ b/inc/geshi/caddcl.php @@ -4,10 +4,10 @@ * ---------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * CAD DCL (Dialog Control Language) file for GeSHi. * diff --git a/inc/geshi/cadlisp.php b/inc/geshi/cadlisp.php index 44808abfe..32923971f 100644 --- a/inc/geshi/cadlisp.php +++ b/inc/geshi/cadlisp.php @@ -4,10 +4,10 @@ * ----------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/blog) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * AutoCAD/IntelliCAD Lisp language file for GeSHi. * diff --git a/inc/geshi/cfdg.php b/inc/geshi/cfdg.php index d2953de90..e55500f01 100644 --- a/inc/geshi/cfdg.php +++ b/inc/geshi/cfdg.php @@ -4,10 +4,10 @@ * -------- * Author: John Horigan <john@glyphic.com> * Copyright: (c) 2006 John Horigan http://www.ozonehouse.com/john/ - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.4 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.5 $ * Date Started: 2006/03/11 - * Last Modified: $Date: 2006/05/19 11:40:11 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * CFDG language file for GeSHi. * diff --git a/inc/geshi/cfm.php b/inc/geshi/cfm.php index 5a6008b8f..deff65850 100644 --- a/inc/geshi/cfm.php +++ b/inc/geshi/cfm.php @@ -4,10 +4,10 @@ * ------- * Author: Diego () * Copyright: (c) 2006 Diego - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.6 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2006/02/25 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * ColdFusion language file for GeSHi. * diff --git a/inc/geshi/cpp.php b/inc/geshi/cpp.php index 2c8a0ccac..5953d40c1 100644 --- a/inc/geshi/cpp.php +++ b/inc/geshi/cpp.php @@ -7,10 +7,10 @@ * - M. Uli Kusterer (witness.of.teachtext@gmx.net)
* - Jack Lloyd (lloyd@randombit.net)
* Copyright: (c) 2004 Dennis Bayer, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2004/09/27
- * Last Modified: $Date: 2006/05/19 11:40:10 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* C++ language file for GeSHi.
*
diff --git a/inc/geshi/csharp.php b/inc/geshi/csharp.php index 1b900ba69..ca38bced3 100644 --- a/inc/geshi/csharp.php +++ b/inc/geshi/csharp.php @@ -4,10 +4,10 @@ * ----------
* Author: Alan Juden (alan@judenware.org)
* Copyright: (c) 2004 Alan Juden, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $
* Date Started: 2004/06/04
- * Last Modified: $Date: 2006/05/19 11:40:16 $
+ * Last Modified: $Date: 2006/05/21 00:06:57 $
*
* C# language file for GeSHi.
*
diff --git a/inc/geshi/css.php b/inc/geshi/css.php index 17575deec..4c7a67c5f 100644 --- a/inc/geshi/css.php +++ b/inc/geshi/css.php @@ -4,10 +4,10 @@ * ------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $ * Date Started: 2004/06/18 - * Last Modified: $Date: 2006/05/19 11:40:16 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * CSS language file for GeSHi. * diff --git a/inc/geshi/d.php b/inc/geshi/d.php index a519bbd4f..bbfddafd8 100644 --- a/inc/geshi/d.php +++ b/inc/geshi/d.php @@ -4,10 +4,10 @@ * ----- * Author: Thomas Kuehne (thomas@kuehne.cn) * Copyright: (c) 2005 Thomas Kuehne (http://thomas.kuehne.cn/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2005/04/22 - * Last Modified: $Date: 2006/05/19 11:40:16 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * D language file for GeSHi. * diff --git a/inc/geshi/delphi.php b/inc/geshi/delphi.php index 59719f8ab..a0d8e41c3 100644 --- a/inc/geshi/delphi.php +++ b/inc/geshi/delphi.php @@ -4,10 +4,10 @@ * ---------- * Author: Járja Norbert (jnorbi@vipmail.hu) * Copyright: (c) 2004 Járja Norbert, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.16 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.17 $ * Date Started: 2004/07/26 - * Last Modified: $Date: 2006/05/19 11:40:16 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Delphi (Object Pascal) language file for GeSHi. * diff --git a/inc/geshi/diff.php b/inc/geshi/diff.php index 2052cecef..70acee5cd 100644 --- a/inc/geshi/diff.php +++ b/inc/geshi/diff.php @@ -4,10 +4,10 @@ * -------- * Author: Conny Brunnkvist (conny@fuchsia.se), W. Tasin (tasin@fhm.edu) * Copyright: (c) 2004 Fuchsia Open Source Solutions (http://www.fuchsia.se/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/12/29 - * Last Modified: $Date: 2006/05/19 11:40:09 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Diff-output language file for GeSHi. * diff --git a/inc/geshi/div.php b/inc/geshi/div.php index d0b851fbf..0ea59977e 100644 --- a/inc/geshi/div.php +++ b/inc/geshi/div.php @@ -4,10 +4,10 @@ * ---------------------------------
* Author: Gabriel Lorenzo (ermakina@gmail.com)
* Copyright: (c) 2005 Gabriel Lorenzo (http://ermakina.gazpachito.net)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $
* Date Started: 2005/06/19
- * Last Modified: $Date: 2006/05/19 11:40:08 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* DIV language file for GeSHi.
*
diff --git a/inc/geshi/dos.php b/inc/geshi/dos.php index f94921661..3f7506f4c 100644 --- a/inc/geshi/dos.php +++ b/inc/geshi/dos.php @@ -4,10 +4,10 @@ * ------- * Author: Alessandro Staltari (staltari@geocities.com) * Copyright: (c) 2005 Alessandro Staltari (http://www.geocities.com/SiliconValley/Vista/8155/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2005/07/05 - * Last Modified: $Date: 2006/05/20 22:32:13 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * DOS language file for GeSHi. * diff --git a/inc/geshi/eiffel.php b/inc/geshi/eiffel.php index 93fbec13b..aab294901 100644 --- a/inc/geshi/eiffel.php +++ b/inc/geshi/eiffel.php @@ -4,10 +4,10 @@ * ----------
* Author: Zoran Simic (zsimic@axarosenberg.com)
* Copyright: (c) 2005 Zoran Simic
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $
* Date Started: 2005/06/30
- * Last Modified: $Date: 2006/05/19 11:40:14 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* Eiffel language file for GeSHi.
*
diff --git a/inc/geshi/fortran.php b/inc/geshi/fortran.php index 2e81bf43d..b6b3a896d 100644 --- a/inc/geshi/fortran.php +++ b/inc/geshi/fortran.php @@ -4,10 +4,10 @@ * ----------- * Author: Cedric Arrabie (cedric.arrabie@univ-pau.fr) * Copyright: (C) 2006 Cetric Arrabie - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.3 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.4 $ * Date Started: 2006/04/22 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Fortran language file for GeSHi. * diff --git a/inc/geshi/freebasic.php b/inc/geshi/freebasic.php index 0bb1715ca..f3731f7ef 100644 --- a/inc/geshi/freebasic.php +++ b/inc/geshi/freebasic.php @@ -4,7 +4,7 @@ * ------------- * Author: Roberto Rossi * Copyright: (c) 2005 Roberto Rossi (http://rsoftware.altervista.org) - * Release Version: 1.0.7.10 + * Release Version: 1.0.7.11 * Date Started: 2005/08/19 * * FreeBasic (http://www.freebasic.net/) language file for GeSHi. diff --git a/inc/geshi/gml.php b/inc/geshi/gml.php index 506413bf2..171db3adf 100644 --- a/inc/geshi/gml.php +++ b/inc/geshi/gml.php @@ -4,10 +4,10 @@ * --------
* Author: José Jorge Enríquez (jenriquez@users.sourceforge.net)
* Copyright: (c) 2005 José Jorge Enríquez Rodríguez (http://www.zonamakers.com)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2005/06/21
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* GML language file for GeSHi.
*
diff --git a/inc/geshi/groovy.php b/inc/geshi/groovy.php index ac102fb70..c7902471f 100644 --- a/inc/geshi/groovy.php +++ b/inc/geshi/groovy.php @@ -4,10 +4,10 @@ * ---------- * Author: Ivan F. Villanueva B. (geshi_groovy@artificialidea.com) * Copyright: (c) 2006 Ivan F. Villanueva B.(http://www.artificialidea.com) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.1 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 2006/04/29 - * Last Modified: $Date: 2006/05/19 10:58:04 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Groovy language file for GeSHi. * diff --git a/inc/geshi/html4strict.php b/inc/geshi/html4strict.php index fcff76adb..77076d433 100644 --- a/inc/geshi/html4strict.php +++ b/inc/geshi/html4strict.php @@ -4,10 +4,10 @@ * --------------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $ * Date Started: 2004/07/10 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * HTML 4.01 strict language file for GeSHi. * diff --git a/inc/geshi/ini.php b/inc/geshi/ini.php index 158707082..44f71f4e5 100644 --- a/inc/geshi/ini.php +++ b/inc/geshi/ini.php @@ -4,10 +4,10 @@ * --------
* Author: deguix (cevo_deguix@yahoo.com.br)
* Copyright: (c) 2005 deguix
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $
* Date Started: 2005/03/27
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* INI language file for GeSHi.
*
diff --git a/inc/geshi/inno.php b/inc/geshi/inno.php index 821066f39..0f1e24844 100644 --- a/inc/geshi/inno.php +++ b/inc/geshi/inno.php @@ -4,10 +4,10 @@ * ----------
* Author: Thomas Klingler (hotline@theratech.de) based on delphi.php from Járja Norbert (jnorbi@vipmail.hu)
* Copyright: (c) 2004 Járja Norbert, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.11 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.12 $
* Date Started: 2005/07/29
- * Last Modified: $Date: 2006/05/19 11:40:14 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* Inno Script language inkl. Delphi (Object Pascal) language file for GeSHi.
*
diff --git a/inc/geshi/java.php b/inc/geshi/java.php index e28cdce76..d613abb17 100644 --- a/inc/geshi/java.php +++ b/inc/geshi/java.php @@ -4,10 +4,10 @@ * -------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.18 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.19 $ * Date Started: 2004/07/10 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Java language file for GeSHi. * diff --git a/inc/geshi/java5.php b/inc/geshi/java5.php index ca341b688..a873c206f 100644 --- a/inc/geshi/java5.php +++ b/inc/geshi/java5.php @@ -4,10 +4,10 @@ * --------
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.7 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.8 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/05/19 11:40:16 $
+ * Last Modified: $Date: 2006/05/21 00:06:57 $
*
* Java language file for GeSHi.
*
diff --git a/inc/geshi/javascript.php b/inc/geshi/javascript.php index c0e8f795e..12cb36b0f 100644 --- a/inc/geshi/javascript.php +++ b/inc/geshi/javascript.php @@ -4,10 +4,10 @@ * --------------
* Author: Ben Keen (ben.keen@gmail.com)
* Copyright: (c) 2004 Ben Keen (ben.keen@gmail.com), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $
* Date Started: 2004/06/20
- * Last Modified: $Date: 2006/05/19 11:40:09 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* JavaScript language file for GeSHi.
*
diff --git a/inc/geshi/lisp.php b/inc/geshi/lisp.php index 7dc9284ca..e31f02a5c 100644 --- a/inc/geshi/lisp.php +++ b/inc/geshi/lisp.php @@ -4,10 +4,10 @@ * -------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Generic Lisp language file for GeSHi. * diff --git a/inc/geshi/lua.php b/inc/geshi/lua.php index 8067d8df4..3c51fdc26 100644 --- a/inc/geshi/lua.php +++ b/inc/geshi/lua.php @@ -4,10 +4,10 @@ * -------
* Author: Roberto Rossi (rsoftware@altervista.org)
* Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/05/21 00:06:57 $
*
* LUA language file for GeSHi.
*
diff --git a/inc/geshi/matlab.php b/inc/geshi/matlab.php index 21ef9221b..5ca2d4261 100644 --- a/inc/geshi/matlab.php +++ b/inc/geshi/matlab.php @@ -4,10 +4,10 @@ * -----------
* Author: Florian Knorn (floz@gmx.de)
* Copyright: (c) 2004 Florian Knorn (http://www.florian-knorn.com)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2005/02/09
- * Last Modified: $Date: 2006/05/19 11:40:09 $
+ * Last Modified: $Date: 2006/06/08 22:58:11 $
*
* Matlab M-file language file for GeSHi.
*
@@ -817,20 +817,20 @@ $language_data = array ( 0 => ''
),
'BRACKETS' => array(
- 0 => ''
+ 0 => 'color: #080;'
),
'STRINGS' => array(
//0 => 'color: #A020F0;'
),
'NUMBERS' => array(
- 0 => ''
+ 0 => 'color: #33f;'
),
'METHODS' => array(
1 => '',
2 => ''
),
'SYMBOLS' => array(
- 0 => ''
+ 0 => 'color: #080;'
),
'REGEXPS' => array(
0 => 'color:#A020F0;'
diff --git a/inc/geshi/mpasm.php b/inc/geshi/mpasm.php index 405b29f03..ca5b3a5bb 100644 --- a/inc/geshi/mpasm.php +++ b/inc/geshi/mpasm.php @@ -4,10 +4,10 @@ * --------- * Author: Bakalex (bakalex@gmail.com) * Copyright: (c) 2004 Bakalex, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/12/6 - * Last Modified: $Date: 2006/05/19 11:40:11 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Microchip Assembler language file for GeSHi. * diff --git a/inc/geshi/mysql.php b/inc/geshi/mysql.php index b93d2dea3..2c819c205 100644 --- a/inc/geshi/mysql.php +++ b/inc/geshi/mysql.php @@ -4,10 +4,10 @@ * --------- * Author: Carl F�rstenberg (azatoth@gmail.com) * Copyright: (c) 2005 Carl F�rstenberg, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.11 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.12 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * MySQL language file for GeSHi. * diff --git a/inc/geshi/nsis.php b/inc/geshi/nsis.php index efe03142a..a15ce8a87 100644 --- a/inc/geshi/nsis.php +++ b/inc/geshi/nsis.php @@ -4,10 +4,10 @@ * --------
* Author: deguix (cevo_deguix@yahoo.com.br), Tux (http://tux.a4.cz/)
* Copyright: (c) 2005 deguix, 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2005/12/03
- * Last Modified: $Date: 2006/05/19 11:40:14 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* Nullsoft Scriptable Install System language file for GeSHi.
*
diff --git a/inc/geshi/objc.php b/inc/geshi/objc.php index 9689cbd23..d0cd9d396 100644 --- a/inc/geshi/objc.php +++ b/inc/geshi/objc.php @@ -4,10 +4,10 @@ * -------- * Author: M. Uli Kusterer (witness.of.teachtext@gmx.net) * Copyright: (c) 2004 M. Uli Kusterer, Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Objective C language file for GeSHi. * diff --git a/inc/geshi/ocaml-brief.php b/inc/geshi/ocaml-brief.php index e1e0ad17c..06564d5a1 100644 --- a/inc/geshi/ocaml-brief.php +++ b/inc/geshi/ocaml-brief.php @@ -4,10 +4,10 @@ * ----------
* Author: Flaie (fireflaie@gmail.com)
* Copyright: (c) 2005 Flaie, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.10 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.11 $
* Date Started: 2005/08/27
- * Last Modified: $Date: 2006/05/19 11:40:16 $
+ * Last Modified: $Date: 2006/05/21 00:06:57 $
*
* OCaml (Objective Caml) language file for GeSHi.
*
diff --git a/inc/geshi/ocaml.php b/inc/geshi/ocaml.php index 2c5eb8fdf..7738ea963 100644 --- a/inc/geshi/ocaml.php +++ b/inc/geshi/ocaml.php @@ -4,10 +4,10 @@ * ----------
* Author: Flaie (fireflaie@gmail.com)
* Copyright: (c) 2005 Flaie, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.10 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.11 $
* Date Started: 2005/08/27
- * Last Modified: $Date: 2006/05/19 11:40:09 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* OCaml (Objective Caml) language file for GeSHi.
*
diff --git a/inc/geshi/oobas.php b/inc/geshi/oobas.php index 309264749..092127cf7 100644 --- a/inc/geshi/oobas.php +++ b/inc/geshi/oobas.php @@ -4,10 +4,10 @@ * --------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * OpenOffice.org Basic language file for GeSHi. * diff --git a/inc/geshi/oracle8.php b/inc/geshi/oracle8.php index 6715f9a8b..ed034de33 100644 --- a/inc/geshi/oracle8.php +++ b/inc/geshi/oracle8.php @@ -4,10 +4,10 @@ * ----------- * Author: Guy Wicks (Guy.Wicks@rbs.co.uk) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:16 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Oracle 8 language file for GeSHi * diff --git a/inc/geshi/pascal.php b/inc/geshi/pascal.php index ca9321a60..eec6a2fe1 100644 --- a/inc/geshi/pascal.php +++ b/inc/geshi/pascal.php @@ -4,10 +4,10 @@ * ---------- * Author: Tux (tux@inamil.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/07/26 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Pascal language file for GeSHi. * diff --git a/inc/geshi/perl.php b/inc/geshi/perl.php index 70f7bc307..c1d9568d9 100644 --- a/inc/geshi/perl.php +++ b/inc/geshi/perl.php @@ -4,10 +4,10 @@ * -------- * Author: Andreas Gohr (andi@splitbrain.org), Ben Keen (ben.keen@gmail.com) * Copyright: (c) 2004 Andreas Gohr, Ben Keen (http://www.benjaminkeen.org/), Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/08/20 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Perl language file for GeSHi. * diff --git a/inc/geshi/php-brief.php b/inc/geshi/php-brief.php index e778f5a9d..55bde6f55 100644 --- a/inc/geshi/php-brief.php +++ b/inc/geshi/php-brief.php @@ -4,10 +4,10 @@ * ------------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2004/06/02 - * Last Modified: $Date: 2006/05/19 11:40:09 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * PHP language file for GeSHi (brief version). * diff --git a/inc/geshi/php.php b/inc/geshi/php.php index 155ee6a61..ef5ee33fb 100644 --- a/inc/geshi/php.php +++ b/inc/geshi/php.php @@ -4,10 +4,10 @@ * -------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/06/20 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * PHP language file for GeSHi. * diff --git a/inc/geshi/python.php b/inc/geshi/python.php index b4c3ad338..2bcfdbb78 100644 --- a/inc/geshi/python.php +++ b/inc/geshi/python.php @@ -4,10 +4,10 @@ * ---------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Python language file for GeSHi. * diff --git a/inc/geshi/qbasic.php b/inc/geshi/qbasic.php index 67135be66..a0b911495 100644 --- a/inc/geshi/qbasic.php +++ b/inc/geshi/qbasic.php @@ -4,10 +4,10 @@ * ---------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/06/20 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * QBasic/QuickBASIC language file for GeSHi. * diff --git a/inc/geshi/reg.php b/inc/geshi/reg.php index 22acd9eff..4ab5f8780 100644 --- a/inc/geshi/reg.php +++ b/inc/geshi/reg.php @@ -4,10 +4,10 @@ * ------- * Author: Sean Hanna (smokingrope@gmail.com) * Copyright: (c) 2006 Sean Hanna - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.1 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 03/15/2006 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Microsoft Registry Editor Language File. * diff --git a/inc/geshi/robots.php b/inc/geshi/robots.php index e7316c9ec..b9de43d53 100644 --- a/inc/geshi/robots.php +++ b/inc/geshi/robots.php @@ -4,10 +4,10 @@ * -------- * Author: Christian Lescuyer (cl@goelette.net) * Copyright: (c) 2006 Christian Lescuyer http://xtian.goelette.info - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.6 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2006/02/17 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * robots.txt language file for GeSHi. * diff --git a/inc/geshi/ruby.php b/inc/geshi/ruby.php index f36d6febc..21c710f6b 100644 --- a/inc/geshi/ruby.php +++ b/inc/geshi/ruby.php @@ -4,10 +4,10 @@ * -------- * Author: Amit Gupta (http://blog.igeek.info/) * Copyright: (c) 2005 Amit Gupta (http://blog.igeek.info/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2005/09/05 - * Last Modified: $Date: 2006/05/19 11:40:15 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * Ruby language file for GeSHi * diff --git a/inc/geshi/sas.php b/inc/geshi/sas.php index 69eb446dd..b1e7723d0 100644 --- a/inc/geshi/sas.php +++ b/inc/geshi/sas.php @@ -4,10 +4,10 @@ * ------- * Author: Galen Johnson (solitaryr@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.4 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.5 $ * Date Started: 2005/12/27 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * SAS language file for GeSHi. Based on the sas vim file. * diff --git a/inc/geshi/scheme.php b/inc/geshi/scheme.php index 8a45e8032..60fa2bb26 100644 --- a/inc/geshi/scheme.php +++ b/inc/geshi/scheme.php @@ -4,10 +4,10 @@ * ----------
* Author: Jon Raphaelson (jonraphaelson@gmail.com)
* Copyright: (c) 2005 Jon Raphaelson, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.10 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.11 $
* Date Started: 2004/08/30
- * Last Modified: $Date: 2006/05/19 11:40:14 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* Scheme language file for GeSHi.
*
diff --git a/inc/geshi/sdlbasic.php b/inc/geshi/sdlbasic.php index 2875696e6..7e4f54fd4 100644 --- a/inc/geshi/sdlbasic.php +++ b/inc/geshi/sdlbasic.php @@ -4,10 +4,10 @@ * ------------ * Author: Roberto Rossi * Copyright: (c) 2005 Roberto Rossi (http://rsoftware.altervista.org) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.11 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.12 $ * Date Started: 2005/08/19 - * Date Modified: $Date: 2006/05/19 11:40:10 $ + * Date Modified: $Date: 2006/05/21 00:06:56 $ * * sdlBasic (http://sdlbasic.sf.net) language file for GeSHi. * diff --git a/inc/geshi/smalltalk.php b/inc/geshi/smalltalk.php new file mode 100644 index 000000000..640a048bc --- /dev/null +++ b/inc/geshi/smalltalk.php @@ -0,0 +1,161 @@ +<?php
+/*************************************************************************************
+ * smalltalk.php
+ * --------
+ * Author: Bananeweizen (Bananeweizen@gmx.de)
+ * Copyright: (c) 2005 Bananeweizen (www.bananeweizen.de)
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.1.2.1 $
+ * Date Started: 2005/03/27
+ * Last Modified: $Date: 2006/06/17 07:22:51 $
+ *
+ * Smalltalk language file for GeSHi.
+ *
+ * CHANGES
+ * -------
+ * 2006-05-24 (1.0.0)
+ * - First Release
+ *
+ * TODO
+ * -------------------------
+ * * recognize nested array symbols correctly
+ *
+ *************************************************************************************
+ *
+ * This file is part of GeSHi.
+ *
+ * GeSHi is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * GeSHi is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GeSHi; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ ************************************************************************************/
+
+$language_data = array (
+ 'LANG_NAME' => 'Smalltalk',
+ 'COMMENT_SINGLE' => array(),
+ 'COMMENT_MULTI' => array('"' => '"'),
+ 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
+ 'QUOTEMARKS' => array("'"),
+ 'ESCAPE_CHAR' => '',
+ 'KEYWORDS' => array(
+ 1 => array('self','super','true','false','nil')
+ ),
+ 'SYMBOLS' => array(
+ '[', ']', '=' , ':=', '(', ')', '#'
+ ),
+ 'CASE_SENSITIVE' => array(
+ GESHI_COMMENTS => false,
+ 1 => true
+ ),
+ 'STYLES' => array(
+ 'KEYWORDS' => array(
+ 1 => 'color: #7f007f;'
+ ),
+ 'COMMENTS' => array(
+ 'MULTI' => 'color: #007f00; font-style: italic;'
+ ),
+ 'ESCAPE_CHAR' => array(
+ 0 => ''
+ ),
+ 'BRACKETS' => array(
+ 0 => ''
+ ),
+ 'STRINGS' => array(
+ 0 => 'color: #7f0000;'
+ ),
+ 'NUMBERS' => array(
+ 0 => 'color: #7f0000;'
+ ),
+ 'METHODS' => array(
+ 0 => ''
+ ),
+ 'SYMBOLS' => array(
+ 0 => 'color: #000066; font-weight:bold;'
+ ),
+ 'REGEXPS' => array(
+ 0 => 'color: #0000ff;',
+ 1 => 'color: #7f0000;',
+ 2 => 'color: #7f0000;',
+ 3 => 'color: #00007f;',
+ 4 => 'color: #7f007f;',
+ 5 => 'color: #00007f;',
+ 6 => 'color: #00007f;'
+ ),
+ 'SCRIPT' => array(
+ 0 => ''
+ )
+ ),
+ 'URLS' => array(
+ ),
+ 'OOLANG' => false,
+ 'OBJECT_SPLITTERS' => array(
+ ),
+ 'REGEXPS' => array(
+ 0 => array(
+ GESHI_SEARCH => '([^a-zA-Z0-9_#])([A-Z]+[a-zA-Z0-9_]*)', //class names
+ GESHI_REPLACE => '\\2',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '\\1',
+ GESHI_AFTER => ''
+ ),
+ 1 => array(
+ GESHI_SEARCH => '(#+)([a-zA-Z0-9_]+)', //symbols
+ GESHI_REPLACE => '\\1\\2',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '',
+ GESHI_AFTER => ''
+ ),
+ 2 => array(
+ GESHI_SEARCH => '(#\s*\([^)]*\))', //array symbols
+ GESHI_REPLACE => '\\1',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '',
+ GESHI_AFTER => ''
+ ),
+ 3 => array(
+ GESHI_SEARCH => '\|([a-zA-Z0-9_\s]+)\|', //temporary variables
+ GESHI_REPLACE => '\\1',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '|',
+ GESHI_AFTER => '|'
+ ),
+ 4 => array(
+ GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
+ GESHI_REPLACE => '\\1',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '',
+ GESHI_AFTER => ''
+ ),
+ 5 => array(
+ GESHI_SEARCH => '([:(,=[.*/+-]\s*)([a-zA-Z0-9_]+)', //message parameters, message receivers
+ GESHI_REPLACE => '\\2',
+ GESHI_MODIFIERS => 's',
+ GESHI_BEFORE => '\\1',
+ GESHI_AFTER => ''
+ ),
+ 6 => array(
+ GESHI_SEARCH => '([a-zA-Z0-9_]+)(\s*:=)', //assignment targets
+ GESHI_REPLACE => '\\1',
+ GESHI_MODIFIERS => '',
+ GESHI_BEFORE => '',
+ GESHI_AFTER => '\\2'
+ )
+ ),
+ 'STRICT_MODE_APPLIES' => GESHI_NEVER,
+ 'SCRIPT_DELIMITERS' => array(
+ ),
+ 'HIGHLIGHT_STRICT_BLOCK' => array(
+ )
+);
+
+?>
\ No newline at end of file diff --git a/inc/geshi/smarty.php b/inc/geshi/smarty.php index 345fe5b52..9f660f17f 100644 --- a/inc/geshi/smarty.php +++ b/inc/geshi/smarty.php @@ -4,10 +4,10 @@ * ----------
* Author: Alan Juden (alan@judenware.org)
* Copyright: (c) 2004 Alan Juden, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15.2.1 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/06/21 10:22:51 $
*
* Smarty template language file for GeSHi.
*
@@ -50,7 +50,7 @@ $language_data = array ( 1 => array(
'$smarty', 'now', 'const', 'capture', 'config', 'section', 'foreach', 'template', 'version', 'ldelim', 'rdelim',
'config_load', 'foreachelse', 'include', 'include_php', 'insert', 'if', 'elseif', 'else', 'php',
- 'sectionelse', 'clear_all_cache', 'clear_cache', 'is_cached', 'from', 'item'
+ 'sectionelse', 'clear_all_cache', 'clear_cache', 'is_cached',
),
2 => array(
'capitalize', 'count_characters', 'cat', 'count_paragraphs', 'count_sentences', 'count_words', 'date_format',
@@ -83,7 +83,7 @@ $language_data = array ( ),
6 => array(
'name', 'assign', 'file', 'scope', 'global', 'key', 'once', 'script',
- 'loop', 'start', 'step', 'max', 'show', 'values', 'value'
+ 'loop', 'start', 'step', 'max', 'show', 'values', 'value', 'from', 'item'
),
7 => array(
'eq', 'neq', 'ne', 'lte', 'gte', 'ge', 'le', 'not', 'mod'
diff --git a/inc/geshi/sql.php b/inc/geshi/sql.php index 3d44c0138..a34ddb76a 100644 --- a/inc/geshi/sql.php +++ b/inc/geshi/sql.php @@ -4,10 +4,10 @@ * ------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * SQL language file for GeSHi. * diff --git a/inc/geshi/tcl.php b/inc/geshi/tcl.php index 4c0e406a5..c7af4af03 100644 --- a/inc/geshi/tcl.php +++ b/inc/geshi/tcl.php @@ -4,10 +4,10 @@ * --------------------------------- * Author: Reid van Melle (rvanmelle@gmail.com) * Copyright: (c) 2004 Reid van Melle (sorry@nowhere) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.1 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 2006/05/05 - * Last Modified: $Date: 2006/05/19 10:56:22 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * TCL/iTCL language file for GeSHi. * diff --git a/inc/geshi/text.php b/inc/geshi/text.php index b3c7cc70f..0d16c8c5d 100644 --- a/inc/geshi/text.php +++ b/inc/geshi/text.php @@ -4,10 +4,10 @@ * -------- * Author: Sean Hanna (smokingrope@gmail.com) * Copyright: (c) 2006 Sean Hanna - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.1 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 04/23/2006 - * Last Modified: $Date: 2006/05/19 10:55:41 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Standard Text File (No Syntax Highlighting). * diff --git a/inc/geshi/tsql.php b/inc/geshi/tsql.php index 142680d95..8cda1a139 100644 --- a/inc/geshi/tsql.php +++ b/inc/geshi/tsql.php @@ -4,10 +4,10 @@ * -------- * Author: Duncan Lock (dunc@dflock.co.uk) * Copyright: (c) 2006 Duncan Lock (http://dflock.co.uk/), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.7 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.8 $ * Date Started: 2005/11/22 - * Last Modified: $Date: 2006/05/19 11:40:10 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * T-SQL language file for GeSHi. * diff --git a/inc/geshi/vb.php b/inc/geshi/vb.php index e5648ee53..c2a5ca65b 100644 --- a/inc/geshi/vb.php +++ b/inc/geshi/vb.php @@ -4,10 +4,10 @@ * ------ * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.13 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.14 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/19 11:40:09 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * Visual Basic language file for GeSHi. * diff --git a/inc/geshi/vbnet.php b/inc/geshi/vbnet.php index 57c1b48a2..7baf7fc60 100644 --- a/inc/geshi/vbnet.php +++ b/inc/geshi/vbnet.php @@ -4,10 +4,10 @@ * ---------
* Author: Alan Juden (alan@judenware.org)
* Copyright: (c) 2004 Alan Juden, Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.14 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.15 $
* Date Started: 2004/06/04
- * Last Modified: $Date: 2006/05/19 11:40:15 $
+ * Last Modified: $Date: 2006/05/21 00:06:56 $
*
* VB.NET language file for GeSHi.
*
diff --git a/inc/geshi/vhdl.php b/inc/geshi/vhdl.php index c2951b478..7513785c1 100644 --- a/inc/geshi/vhdl.php +++ b/inc/geshi/vhdl.php @@ -4,10 +4,10 @@ * -------- * Author: Alexander 'E-Razor' Krause (admin@erazor-zone.de) * Copyright: (c) 2005 Alexander Krause - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $ * Date Started: 2005/06/15 - * Last Modified: $Date: 2006/05/19 11:40:08 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * VHDL (VHSICADL, very high speed integrated circuit HDL) language file for GeSHi. * diff --git a/inc/geshi/visualfoxpro.php b/inc/geshi/visualfoxpro.php index a1e4c61f0..1ef336d3e 100644 --- a/inc/geshi/visualfoxpro.php +++ b/inc/geshi/visualfoxpro.php @@ -4,8 +4,8 @@ * ----------------
* Author: Roberto Armellin (r.armellin@tin.it)
* Copyright: (c) 2004 Roberto Armellin, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.12 $
+ * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.13 $
* Date Started: 2004/09/17
* Last Modified: 2004/09/18
*
diff --git a/inc/geshi/winbatch.php b/inc/geshi/winbatch.php index f2f65b984..bb91d17e6 100644 --- a/inc/geshi/winbatch.php +++ b/inc/geshi/winbatch.php @@ -4,10 +4,10 @@ * ------------ * Author: Craig Storey (storey.craig@gmail.com) * Copyright: (c) 2004 Craig Storey (craig.xcottawa.ca) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.1 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 2006/05/19 - * Last Modified: $Date: 2006/05/19 10:55:09 $ + * Last Modified: $Date: 2006/05/21 00:06:57 $ * * WinBatch language file for GeSHi. * diff --git a/inc/geshi/xml.php b/inc/geshi/xml.php index af125dc2d..77c9a2de1 100644 --- a/inc/geshi/xml.php +++ b/inc/geshi/xml.php @@ -4,10 +4,10 @@ * ------- * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) - * Release Version: 1.0.7.10 - * CVS Revision Version: $Revision: 1.17 $ + * Release Version: 1.0.7.11 + * CVS Revision Version: $Revision: 1.18 $ * Date Started: 2004/09/01 - * Last Modified: $Date: 2006/05/19 11:40:14 $ + * Last Modified: $Date: 2006/05/21 00:06:56 $ * * XML language file for GeSHi. Based on the idea/file by Christian Weiske * |