2 /*************************************************************************************
5 * Author: Sean Hanna (smokingrope@gmail.com)
6 * Copyright: (c) 2006 Sean Hanna
7 * Release Version: 1.0.8.4
8 * Date Started: 04/23/2006
10 * Standard Text File (No Syntax Highlighting).
11 * Plaintext language file for GeSHi.
16 * - Syntax File Created
19 * - Documentation Cleaned Up
22 * TODO (updated 04/27/2006)
23 * -------------------------
26 *************************************************************************************
28 * This file is part of GeSHi.
30 * GeSHi is free software; you can redistribute it and/or modify
31 * it under the terms of the GNU General Public License as published by
32 * the Free Software Foundation; either version 2 of the License, or
33 * (at your option) any later version.
35 * GeSHi is distributed in the hope that it will be useful,
36 * but WITHOUT ANY WARRANTY; without even the implied warranty of
37 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 * GNU General Public License for more details.
40 * You should have received a copy of the GNU General Public License
41 * along with GeSHi; if not, write to the Free Software
42 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44 ************************************************************************************/
46 $language_data = array (
47 'LANG_NAME' => 'Text',
48 'COMMENT_SINGLE' => array(),
49 'COMMENT_MULTI' => array(),
50 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE
,
51 'QUOTEMARKS' => array(),
53 'KEYWORDS' => array(),
55 'CASE_SENSITIVE' => array(
56 GESHI_COMMENTS
=> false
59 'KEYWORDS' => array(),
60 'COMMENTS' => array(),
61 'ESCAPE_CHAR' => array(),
62 'BRACKETS' => array(),
72 'OBJECT_SPLITTERS' => array(),
74 'STRICT_MODE_APPLIES' => GESHI_NEVER
,
75 'SCRIPT_DELIMITERS' => array(),
76 'HIGHLIGHT_STRICT_BLOCK' => array(),
77 'PARSER_CONTROL' => array(
78 'ENABLE_FLAGS' => array(