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 9eb775b7e..24bf1a4d6 100644
--- a/inc/geshi/xml.php
+++ b/inc/geshi/xml.php
@@ -5,9 +5,9 @@
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
* Release Version: 1.0.6
- * CVS Revision Version: $Revision: 1.1 $
+ * CVS Revision Version: $Revision: 1.3 $
* Date Started: 2004/09/01
- * Last Modified: $Date: 2005/01/29 01:48:39 $
+ * Last Modified: $Date: 2005/06/13 22:30:42 $
*
* XML language file for GeSHi. Based on the idea/file by Christian Weiske
*
@@ -43,7 +43,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'HTML',
+ 'LANG_NAME' => 'XML',
'COMMENT_SINGLE' => array(),
'COMMENT_MULTI' => array('<!--' => '-->'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
@@ -105,7 +105,7 @@ $language_data = array (
GESHI_AFTER => '\\4'
),
1 => array(
- GESHI_SEARCH => '(&lt;/?[a-z0-9]*(&gt;)?)',
+ GESHI_SEARCH => '(&lt;/?[a-z0-9_]*(&gt;)?)',
GESHI_REPLACE => '\\1',
GESHI_MODIFIERS => 'i',
GESHI_BEFORE => '',