summaryrefslogtreecommitdiff
path: root/inc/geshi/sql.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/sql.php')
-rw-r--r--inc/geshi/sql.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/geshi/sql.php b/inc/geshi/sql.php
index b21298e02..377319876 100644
--- a/inc/geshi/sql.php
+++ b/inc/geshi/sql.php
@@ -4,13 +4,15 @@
* -------
* Author: Nigel McNie (nigel@geshi.org)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.21
+ * Release Version: 1.0.7.22
* Date Started: 2004/06/04
*
* SQL language file for GeSHi.
*
* CHANGES
* -------
+ * 2008/05/23 (1.0.7.22)
+ * - Added additional symbols for highlighting
* 2004/11/27 (1.0.3)
* - Added support for multiple object splitters
* 2004/10/27 (1.0.2)
@@ -83,7 +85,7 @@ $language_data = array (
)
),
'SYMBOLS' => array(
- '(', ')', '=', '<', '>', '|'
+ '(', ')', '=', '<', '>', '|', ',', '.', '+', '-', '*', '/'
),
'CASE_SENSITIVE' => array(
GESHI_COMMENTS => false,