summaryrefslogtreecommitdiff
path: root/inc/geshi/xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/xml.php')
-rw-r--r--inc/geshi/xml.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/xml.php b/inc/geshi/xml.php
index 77c9a2de1..40e66d7d0 100644
--- a/inc/geshi/xml.php
+++ b/inc/geshi/xml.php
@@ -4,10 +4,10 @@
* -------
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.11
- * CVS Revision Version: $Revision: 1.18 $
+ * Release Version: 1.0.7.12
+ * CVS Revision Version: $Revision: 1.18.2.3 $
* Date Started: 2004/09/01
- * Last Modified: $Date: 2006/05/21 00:06:56 $
+ * Last Modified: $Date: 2006/07/22 11:30:28 $
*
* XML language file for GeSHi. Based on the idea/file by Christian Weiske
*
@@ -107,7 +107,7 @@ $language_data = array (
GESHI_AFTER => '\\4'
),
1 => array(
- GESHI_SEARCH => '(<[/?|(\?xml)]?[a-z0-9_]*(\??>)?)',
+ GESHI_SEARCH => '(<[/?|(\?xml)]?[a-z0-9_\-]*(\??>)?)',
GESHI_REPLACE => '\\1',
GESHI_MODIFIERS => 'i',
GESHI_BEFORE => '',