From d09ae2055575141a00e67faeadb9bcb3d8285f3f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 26 Mar 2008 22:17:55 +0100 Subject: GeSHi update to 1.0.7.21 darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz --- inc/geshi/asp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/geshi/asp.php') 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', -- cgit v1.2.3