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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/asp.php b/inc/geshi/asp.php
index 49d584a0d..0895ae30a 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.20
+ * Release Version: 1.0.7.21
* Date Started: 2004/08/13
*
* ASP language file for GeSHi.
@@ -50,7 +50,7 @@ $language_data = array (
'COMMENT_MULTI' => array('/*' => '*/'),
'CASE_KEYWORDS' => 0,
'QUOTEMARKS' => array('"'),
- 'ESCAPE_CHAR' => '\\',
+ 'ESCAPE_CHAR' => '',
'KEYWORDS' => array(
1 => array(
'include', 'file', 'Dim', 'Option', 'Explicit', 'Implicit', 'Set', 'Select', 'ReDim', 'Preserve',