diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-11-23 20:10:14 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-11-23 20:10:14 +0100 |
commit | ff4ef2d752e3123d8dff3076495147dfcc321623 (patch) | |
tree | 817f0b52e4cb51ed34b6998e65ad5530d2c592c2 /inc/geshi/sql.php | |
parent | e34c07094727f7ab777bc94b5b46df9c38bd6eee (diff) | |
download | rpg-ff4ef2d752e3123d8dff3076495147dfcc321623.tar.gz rpg-ff4ef2d752e3123d8dff3076495147dfcc321623.tar.bz2 |
updated to GeShi 1.0.7.5
darcs-hash:20051123191014-7ad00-ac5bfe0f4f292a7b3c3f879513e39955d64763a2.gz
Diffstat (limited to 'inc/geshi/sql.php')
-rw-r--r-- | inc/geshi/sql.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/inc/geshi/sql.php b/inc/geshi/sql.php index 89649622d..2c254df80 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.4 - * CVS Revision Version: $Revision: 1.6 $ + * Release Version: 1.0.7.5 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2004/06/04 - * Last Modified: $Date: 2005/10/22 07:52:59 $ + * Last Modified: $Date: 2005/11/02 22:10:52 $ * * SQL language file for GeSHi. * @@ -97,7 +97,8 @@ $language_data = array ( ), 'COMMENTS' => array( 1 => 'color: #808080; font-style: italic;', - 2 => 'color: #808080; font-style: italic;' + 2 => 'color: #808080; font-style: italic;', + 'MULTI' => 'color: #808080; font-style: italic;' ), 'ESCAPE_CHAR' => array( 0 => 'color: #000099; font-weight: bold;' |