2 /*************************************************************************************
6 * Copyright: (c) 2007 David Spurr (http://www.defusion.org.uk/)
7 * Release Version: 1.0.8.4
8 * Date Started: 2007/10/04
10 * MXML language file for GeSHi. Based on the XML file by Nigel McNie
14 * 2007/10/04 (1.0.7.22)
20 *************************************************************************************
22 * This file is part of GeSHi.
24 * GeSHi is free software; you can redistribute it and/or modify
25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
27 * (at your option) any later version.
29 * GeSHi is distributed in the hope that it will be useful,
30 * but WITHOUT ANY WARRANTY; without even the implied warranty of
31 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
35 * along with GeSHi; if not, write to the Free Software
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 ************************************************************************************/
40 $language_data = array (
41 'LANG_NAME' => 'MXML',
42 'COMMENT_SINGLE' => array(),
43 'COMMENT_MULTI' => array('<!--' => '-->'),
44 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE
,
45 'QUOTEMARKS' => array("'", '"'),
51 'CASE_SENSITIVE' => array(
52 GESHI_COMMENTS
=> false,
58 'MULTI' => 'color: #808080; font-style: italic;'
60 'ESCAPE_CHAR' => array(
61 0 => 'color: #000099; font-weight: bold;'
64 0 => 'color: #66cc66;'
67 0 => 'color: #ff0000;'
70 0 => 'color: #cc66cc;'
75 0 => 'color: #66cc66;'
78 0 => 'color: #00bbdd;',
79 1 => 'color: #ddbb00;',
80 2 => 'color: #339933;',
81 3 => 'color: #000000;'
84 0 => 'font-weight: bold; color: black;',
85 1 => 'color: #7400FF;',
86 2 => 'color: #7400FF;'
92 'OBJECT_SPLITTERS' => array(
97 GESHI_SEARCH
=> '(<[\/?|(\?xml)]?[a-z0-9_\-:]*(\?>))',
98 GESHI_REPLACE
=> '\\1',
99 GESHI_MODIFIERS
=> 'i',
105 GESHI_SEARCH
=> '(<\/?[a-z]+:[a-z]+)',
106 GESHI_REPLACE
=> '\\1',
107 GESHI_MODIFIERS
=> 'i',
113 GESHI_SEARCH
=> '(\/?>)',
114 GESHI_REPLACE
=> '\\1',
115 GESHI_MODIFIERS
=> 'i',
120 'STRICT_MODE_APPLIES' => GESHI_ALWAYS
,
121 'SCRIPT_DELIMITERS' => array(
129 //'<![CDATA[' => ']]>'
130 '<mx:Script>' => '</mx:Script>'
136 'HIGHLIGHT_STRICT_BLOCK' => array(