From d09ae2055575141a00e67faeadb9bcb3d8285f3f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 26 Mar 2008 22:17:55 +0100 Subject: GeSHi update to 1.0.7.21 darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz --- inc/geshi/dos.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'inc/geshi/dos.php') diff --git a/inc/geshi/dos.php b/inc/geshi/dos.php index 52a467e44..b57e7bc42 100644 --- a/inc/geshi/dos.php +++ b/inc/geshi/dos.php @@ -4,7 +4,7 @@ * ------- * Author: Alessandro Staltari (staltari@geocities.com) * Copyright: (c) 2005 Alessandro Staltari (http://www.geocities.com/SiliconValley/Vista/8155/) - * Release Version: 1.0.7.20 + * Release Version: 1.0.7.21 * Date Started: 2005/07/05 * * DOS language file for GeSHi. @@ -97,7 +97,9 @@ $language_data = array ( ), 'CASE_SENSITIVE' => array( GESHI_COMMENTS => false, - 1 => false + 1 => false, + 2 => false, + 3 => false, ), 'STYLES' => array( 'KEYWORDS' => array( @@ -119,7 +121,7 @@ $language_data = array ( 0 => 'color: #ff0000;' ), 'NUMBERS' => array( -/* 0 => 'color: #cc66cc;' */ + 0 => 'color: #cc66cc;' ), 'METHODS' => array( ), -- cgit v1.2.3