2 /*************************************************************************************
5 * Author: deguix (cevo_deguix@yahoo.com.br)
6 * Copyright: (c) 2005 deguix
7 * Release Version: 1.0.8.11
8 * Date Started: 2005/03/27
10 * INI language file for GeSHi.
14 * 2008/05/23 (1.0.7.22)
15 * - Added description of extra language features (SF#1970248)
17 * - Removed unnecessary keyword style index
18 * - Added support for " strings
22 * TODO (updated 2005/03/27)
23 * -------------------------
25 *************************************************************************************
27 * This file is part of GeSHi.
29 * GeSHi is free software; you can redistribute it and/or modify
30 * it under the terms of the GNU General Public License as published by
31 * the Free Software Foundation; either version 2 of the License, or
32 * (at your option) any later version.
34 * GeSHi is distributed in the hope that it will be useful,
35 * but WITHOUT ANY WARRANTY; without even the implied warranty of
36 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 * GNU General Public License for more details.
39 * You should have received a copy of the GNU General Public License
40 * along with GeSHi; if not, write to the Free Software
41 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
43 ************************************************************************************/
45 $language_data = array (
47 'COMMENT_SINGLE' => array(0 => ';'),
48 'COMMENT_MULTI' => array(),
49 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
50 'QUOTEMARKS' => array('"'),
57 'CASE_SENSITIVE' => array(
58 GESHI_COMMENTS => false
64 0 => 'color: #666666; font-style: italic;'
66 'ESCAPE_CHAR' => array(
82 0 => 'color: #000066; font-weight:bold;'
85 0 => 'color: #000066; font-weight:bold;',
86 1 => 'color: #000099;',
87 2 => 'color: #660066;'
96 'OBJECT_SPLITTERS' => array(
103 GESHI_SEARCH => '^(\s*)([a-zA-Z0-9_\-]+)(\s*=)',
104 GESHI_REPLACE => '\\2',
105 GESHI_MODIFIERS => 'm',
106 GESHI_BEFORE => '\\1',
111 // Evil hackery to get around GeSHi bug: <>" and ; are added so <span>s can be matched
112 // Explicit match on variable names because if a comment is before the first < of the span
114 GESHI_SEARCH => '([<>";a-zA-Z0-9_]+\s*)=(.*)',
115 GESHI_REPLACE => '\\2',
116 GESHI_MODIFIERS => '',
117 GESHI_BEFORE => '\\1=',
121 'STRICT_MODE_APPLIES' => GESHI_NEVER,
122 'SCRIPT_DELIMITERS' => array(
124 'HIGHLIGHT_STRICT_BLOCK' => array(