summaryrefslogtreecommitdiff
path: root/inc/geshi/sql.php
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2010-01-11 13:19:46 +0100
committerAndreas Gohr <gohr@cosmocode.de>2010-01-11 13:19:46 +0100
commit29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4 (patch)
tree6b66ecb7139e5f2898cbee7d24671ad85ba58ad8 /inc/geshi/sql.php
parentc471e6a6aee9997e62ce58c3e49dd8ecad28b92a (diff)
downloadrpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.gz
rpg-29df5bf1c20e236ae1b30eefe7ccbedf1cde39d4.tar.bz2
Upgraded GeSHi to 1.0.8.6
Diffstat (limited to 'inc/geshi/sql.php')
-rw-r--r--inc/geshi/sql.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/sql.php b/inc/geshi/sql.php
index ba91191d1..ea2965a8e 100644
--- a/inc/geshi/sql.php
+++ b/inc/geshi/sql.php
@@ -4,7 +4,7 @@
* -------
* Author: Nigel McNie (nigel@geshi.org)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.8.4
+ * Release Version: 1.0.8.6
* Date Started: 2004/06/04
*
* SQL language file for GeSHi.
@@ -51,7 +51,7 @@
$language_data = array (
'LANG_NAME' => 'SQL',
- 'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'),
+ 'COMMENT_SINGLE' => array(1 =>'--'),
'COMMENT_MULTI' => array('/*' => '*/'),
'CASE_KEYWORDS' => 1,
'QUOTEMARKS' => array("'", '"', '`'),
@@ -97,7 +97,7 @@ $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(
@@ -137,4 +137,4 @@ $language_data = array (
)
);
-?>
+?> \ No newline at end of file