text.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * text.php
00004  * --------
00005  * Author: Sean Hanna (smokingrope@gmail.com)
00006  * Copyright: (c) 2006 Sean Hanna 
00007  * Release Version: 1.0.7.20
00008  * Date Started: 04/23/2006
00009  *
00010  * Standard Text File (No Syntax Highlighting).
00011  *
00012  * CHANGES
00013  * -------
00014  * 04/23/2006 (0.5.0)
00015  *  -  Syntax File Created
00016  *
00017  * 04/27/2006 (1.0.0)
00018  * - Documentation Cleaned Up
00019  * - First Release
00020  *
00021  * TODO (updated 04/27/2006)
00022  * -------------------------
00023  * 
00024  * 
00025  *************************************************************************************
00026  *
00027  *     This file is part of GeSHi.
00028  *
00029  *   GeSHi is free software; you can redistribute it and/or modify
00030  *   it under the terms of the GNU General Public License as published by
00031  *   the Free Software Foundation; either version 2 of the License, or
00032  *   (at your option) any later version.
00033  *
00034  *   GeSHi is distributed in the hope that it will be useful,
00035  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00036  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00037  *   GNU General Public License for more details.
00038  *
00039  *   You should have received a copy of the GNU General Public License
00040  *   along with GeSHi; if not, write to the Free Software
00041  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00042  *
00043 
00044  ************************************************************************************/
00045 $language_data = array (
00046      'LANG_NAME' => 'Text',
00047      'COMMENT_SINGLE' => array( ),
00048      'COMMENT_MULTI' => array( ),
00049      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00050      'QUOTEMARKS' => array(),
00051      'ESCAPE_CHAR' => '',
00052      'KEYWORDS' => array( ),
00053      'SYMBOLS' => array( ),
00054      'CASE_SENSITIVE' => array(
00055           GESHI_COMMENTS => false
00056           ),
00057      'STYLES' => array(
00058           'KEYWORDS' => array(),
00059           'COMMENTS' => array(),
00060           'ESCAPE_CHAR' => array(),
00061           'BRACKETS' => array(),
00062           'STRINGS' => array(),
00063           'NUMBERS' => array(),
00064           'METHODS' => array(),
00065           'SYMBOLS' => array(),
00066           'SCRIPT' => array(),
00067           'REGEXPS' => array()
00068           ),
00069      'OOLANG' => false,
00070      'OBJECT_SPLITTERS' => array(),
00071      'REGEXPS' => array( ),
00072      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00073      'SCRIPT_DELIMITERS' => array( ),
00074      'HIGHLIGHT_STRICT_BLOCK' => array( )
00075 );
00076 if (isset($this) && is_a($this, 'GeSHi')) {
00077     $this->set_numbers_highlighting(false);
00078     $this->set_brackets_highlighting(false);
00079     $this->disable_highlighting();
00080 }
00081 ?>

Erzeugt am Thu May 14 00:55:48 2009 für OpenRat von  doxygen 1.5.8