diff options
author | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
commit | b5bef19b5dbebf123d1c181b3cebadea198add35 (patch) | |
tree | b81c4d91703ded1419729dae7e54771212b66f09 /inc/geshi/xml.php | |
parent | b047a4cfb6b85b30af11a520eea9e8953015b0a5 (diff) | |
download | rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.gz rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.bz2 |
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
Diffstat (limited to 'inc/geshi/xml.php')
-rw-r--r-- | inc/geshi/xml.php | 8 |
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 => '(</?[a-z0-9]*(>)?)', + GESHI_SEARCH => '(</?[a-z0-9_]*(>)?)', GESHI_REPLACE => '\\1', GESHI_MODIFIERS => 'i', GESHI_BEFORE => '', |