summaryrefslogtreecommitdiff
path: root/inc/geshi/visualfoxpro.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/visualfoxpro.php')
-rw-r--r--inc/geshi/visualfoxpro.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/geshi/visualfoxpro.php b/inc/geshi/visualfoxpro.php
index 7265342e0..a1e8474a3 100644
--- a/inc/geshi/visualfoxpro.php
+++ b/inc/geshi/visualfoxpro.php
@@ -4,13 +4,15 @@
* ----------------
* Author: Roberto Armellin (r.armellin@tin.it)
* Copyright: (c) 2004 Roberto Armellin, Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.21
+ * Release Version: 1.0.7.22
* Date Started: 2004/09/17
*
* Visual FoxPro language file for GeSHi.
*
* CHANGES
* -------
+ * 2008/05/23 (1.0.7.22)
+ * - Removed tab as a symbol char
* 2004/11/27 (1.0.1)
* - Added support for multiple object splitters
* 2004/10/27 (1.0.0)
@@ -383,7 +385,7 @@ $language_data = array (
'Relation','Session','Shape','Spinner','TextBox' ,'Toolbar'
),
),
- 'SYMBOLS' => array("!", "@", "$", "%", "(", ")", "-", "+", "=", "/", "{", "}", "[", "]", ":", ";", ",", " ", ".", "*", "&"),
+ 'SYMBOLS' => array("!", "@", "$", "%", "(", ")", "-", "+", "=", "/", "{", "}", "[", "]", ":", ";", ",", ".", "*", "&"),
'CASE_SENSITIVE' => array(
GESHI_COMMENTS => true,
1 => false,