summaryrefslogtreecommitdiff
path: root/inc/geshi/sql.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-07-14 21:33:36 +0200
committerandi <andi@splitbrain.org>2005-07-14 21:33:36 +0200
commitb5bef19b5dbebf123d1c181b3cebadea198add35 (patch)
treeb81c4d91703ded1419729dae7e54771212b66f09 /inc/geshi/sql.php
parentb047a4cfb6b85b30af11a520eea9e8953015b0a5 (diff)
downloadrpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.gz
rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.bz2
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
Diffstat (limited to 'inc/geshi/sql.php')
-rw-r--r--inc/geshi/sql.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/geshi/sql.php b/inc/geshi/sql.php
index 9537df2c1..284ccdc31 100644
--- a/inc/geshi/sql.php
+++ b/inc/geshi/sql.php
@@ -5,9 +5,9 @@
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.6
- * CVS Revision Version: $Revision: 1.1 $
+ * CVS Revision Version: $Revision: 1.2 $
* Date Started: 2004/06/04
- * Last Modified: $Date: 2005/01/29 01:48:39 $
+ * Last Modified: $Date: 2005/06/15 12:07:06 $
*
* SQL language file for GeSHi.
*
@@ -52,7 +52,7 @@
$language_data = array (
'LANG_NAME' => 'SQL',
'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'),
- 'COMMENT_MULTI' => array(),
+ 'COMMENT_MULTI' => array('/*' => '*/'),
'CASE_KEYWORDS' => 1,
'QUOTEMARKS' => array("'", '"', '`'),
'ESCAPE_CHAR' => '\\',