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/lisp.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'inc/geshi/lisp.php') diff --git a/inc/geshi/lisp.php b/inc/geshi/lisp.php index f48ed416a..095f260e9 100644 --- a/inc/geshi/lisp.php +++ b/inc/geshi/lisp.php @@ -4,15 +4,17 @@ * -------- * 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.5 - * CVS Revision Version: $Revision: 1.5 $ + * Release Version: 1.0.7.6 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2005/10/22 07:52:59 $ + * Last Modified: $Date: 2005/12/09 05:33:18 $ * * Generic Lisp language file for GeSHi. * * CHANGES * ------- + * 2005/12/9 (1.0.2) + * - Added support for :keywords and ::access (Denis Mashkevich) * 2004/11/27 (1.0.1) * - Added support for multiple object splitters * 2004/08/30 (1.0.0) @@ -104,7 +106,8 @@ $language_data = array ( 0 => 'color: #cc66cc;' ), 'METHODS' => array( - 0 => 'color: #202020;' + 0 => 'color: #555;', + 1 => 'color: #555;' ), 'SYMBOLS' => array( 0 => 'color: #66cc66;' @@ -116,8 +119,9 @@ $language_data = array ( ), 'URLS' => array( ), - 'OOLANG' => false, + 'OOLANG' => true, 'OBJECT_SPLITTERS' => array( + '::', ':' ), 'REGEXPS' => array( ), -- cgit v1.2.3