summaryrefslogtreecommitdiff
path: root/inc/geshi/xml.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
commit51c546a917b3b8a24d1339fc16d8f2398a293ddf (patch)
tree2b380eb97140a137215300a4820024f5bd323632 /inc/geshi/xml.php
parentaa248fb5900797231e058b84f8c169b16a677e36 (diff)
downloadrpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.gz
rpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.bz2
GeSHi 1.0.7.15 update
darcs-hash:20061026203942-7ad00-6db8c37c1fba1d274fa6bcdc7cbb245d088325a5.gz
Diffstat (limited to 'inc/geshi/xml.php')
-rw-r--r--inc/geshi/xml.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/inc/geshi/xml.php b/inc/geshi/xml.php
index 198bfa732..eb42d6aa4 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.14
- * CVS Revision Version: $Revision: 1.18.2.4 $
+ * Release Version: 1.0.7.15
+ * CVS Revision Version: $Revision: 1.18.2.6 $
* Date Started: 2004/09/01
- * Last Modified: $Date: 2006/08/22 10:42:37 $
+ * Last Modified: $Date: 2006/10/11 12:24:50 $
*
* XML language file for GeSHi. Based on the idea/file by Christian Weiske
*
@@ -100,14 +100,14 @@ $language_data = array (
),
'REGEXPS' => array(
0 => array(
- GESHI_SEARCH => '(((xml:)?[a-z\-]+))(=)',
+ GESHI_SEARCH => '([a-z\-:]+)(=)',
GESHI_REPLACE => '\\1',
GESHI_MODIFIERS => 'i',
GESHI_BEFORE => '',
- GESHI_AFTER => '\\4'
+ GESHI_AFTER => '\\2'
),
1 => array(
- GESHI_SEARCH => '(&lt;[/?|(\?xml)]?[a-z0-9_\-]*(\??&gt;)?)',
+ GESHI_SEARCH => '(&lt;[/?|(\?xml)]?[a-z0-9_\-:]*(\??&gt;)?)',
GESHI_REPLACE => '\\1',
GESHI_MODIFIERS => 'i',
GESHI_BEFORE => '',
@@ -144,4 +144,4 @@ $language_data = array (
)
);
-?> \ No newline at end of file
+?>