diff options
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;' |