summaryrefslogtreecommitdiff
path: root/inc/geshi/asp.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/asp.php')
-rw-r--r--inc/geshi/asp.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/inc/geshi/asp.php b/inc/geshi/asp.php
index 0895ae30a..77c33d072 100644
--- a/inc/geshi/asp.php
+++ b/inc/geshi/asp.php
@@ -4,7 +4,7 @@
* --------
* Author: Amit Gupta (http://blog.igeek.info/)
* Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter)
- * Release Version: 1.0.7.21
+ * Release Version: 1.0.7.22
* Date Started: 2004/08/13
*
* ASP language file for GeSHi.
@@ -48,7 +48,7 @@ $language_data = array (
'LANG_NAME' => 'ASP',
'COMMENT_SINGLE' => array(1 => "'", 2 => '//'),
'COMMENT_MULTI' => array('/*' => '*/'),
- 'CASE_KEYWORDS' => 0,
+ 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array('"'),
'ESCAPE_CHAR' => '',
'KEYWORDS' => array(
@@ -77,6 +77,10 @@ $language_data = array (
'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll'
)
),
+ 'SYMBOLS' => array(
+ '(', ')', '[', ']', '!', '@', '%', '&', '*', '|', '/', '<', '>',
+ ';', ':', '?', '='
+ ),
'CASE_SENSITIVE' => array(
GESHI_COMMENTS => false,
1 => false,