From 3971c1cc98ea6a7d389ba5404df61e523184f3bc Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 22 Jan 2006 13:53:27 +0100 Subject: GeSHi updated to 1.0.7.6 darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz --- inc/geshi/ini.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'inc/geshi/ini.php') diff --git a/inc/geshi/ini.php b/inc/geshi/ini.php index 2184f3764..3634f53d6 100644 --- a/inc/geshi/ini.php +++ b/inc/geshi/ini.php @@ -4,15 +4,18 @@ * -------- * Author: deguix (cevo_deguix@yahoo.com.br) * Copyright: (c) 2005 deguix - * Release Version: 1.0.7.5 - * CVS Revision Version: $Revision: 1.4 $ + * Release Version: 1.0.7.6 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2005/03/27 - * Last Modified: $Date: 2005/10/22 07:52:59 $ + * Last Modified: $Date: 2006/01/05 07:19:45 $ * * INI language file for GeSHi. * * CHANGES * ------- + * 2005/12/28 (1.0.1) + * - Removed unnecessary keyword style index + * - Added support for " strings * 2005/04/05 (1.0.0) * - First Release * @@ -44,7 +47,7 @@ $language_data = array ( 'COMMENT_SINGLE' => array(0 => ';'), 'COMMENT_MULTI' => array(), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, - 'QUOTEMARKS' => array(), + 'QUOTEMARKS' => array('"'), 'ESCAPE_CHAR' => '', 'KEYWORDS' => array( ), @@ -56,7 +59,6 @@ $language_data = array ( ), 'STYLES' => array( 'KEYWORDS' => array( - 0 => '' ), 'COMMENTS' => array( 0 => 'color: #666666; font-style: italic;' @@ -68,7 +70,7 @@ $language_data = array ( 0 => '' ), 'STRINGS' => array( - 0 => '' + 0 => 'color: #933;' ), 'NUMBERS' => array( 0 => '' -- cgit v1.2.3