diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-22 18:04:31 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-22 18:04:31 +0200 |
commit | a9cd1c6aa3775e9e863af253b3a00a66a9036a83 (patch) | |
tree | 743dfb0ffefaba2aa32f490036fff9cd94677ea8 /inc/geshi/dos.php | |
parent | ea3a66b20ac38cf452125dca0bc416d480d6d82c (diff) | |
download | rpg-a9cd1c6aa3775e9e863af253b3a00a66a9036a83.tar.gz rpg-a9cd1c6aa3775e9e863af253b3a00a66a9036a83.tar.bz2 |
geshi updated to 1.0.7.3
darcs-hash:20050922160431-7ad00-4bbcdc2804d46745cb763524c05fdb73f13186f1.gz
Diffstat (limited to 'inc/geshi/dos.php')
-rw-r--r-- | inc/geshi/dos.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/dos.php b/inc/geshi/dos.php index ec9d413ff..1af1ebcf5 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.2 - * CVS Revision Version: $Revision: 1.2 $ + * Release Version: 1.0.7.3 + * CVS Revision Version: $Revision: 1.4 $ * Date Started: 2005/07/05 - * Last Modified: $Date: 2005/09/03 12:36:41 $ + * Last Modified: $Date: 2005/09/22 01:32:47 $ * * DOS language file for GeSHi. * @@ -64,7 +64,7 @@ $language_data = array ( 'LANG_NAME' => 'DOS', 'COMMENT_SINGLE' => array(1 =>'REM', 2 => '@REM'), 'COMMENT_MULTI' => array(), - 'CASE_KEYWORDS' => GESHI_CAP_NO_CHANGE, + 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, 'QUOTEMARKS' => array(), 'ESCAPE_CHAR' => '', 'KEYWORDS' => array( |