cfdg.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * cfdg.php
00004  * --------
00005  * Author: John Horigan <john@glyphic.com>
00006  * Copyright: (c) 2006 John Horigan http://www.ozonehouse.com/john/
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2006/03/11
00009  *
00010  * CFDG language file for GeSHi.
00011  *
00012  * CHANGES
00013  * -------
00014  * 2006/03/11 (1.0.0)
00015  *  -  First Release
00016  *
00017  * TODO (updated 2006/03/11)
00018  * -------------------------
00019  *
00020  *************************************************************************************
00021  *
00022  *     This file is part of GeSHi.
00023  *
00024  *   GeSHi is free software; you can redistribute it and/or modify
00025  *   it under the terms of the GNU General Public License as published by
00026  *   the Free Software Foundation; either version 2 of the License, or
00027  *   (at your option) any later version.
00028  *
00029  *   GeSHi is distributed in the hope that it will be useful,
00030  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00031  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00032  *   GNU General Public License for more details.
00033  *
00034  *   You should have received a copy of the GNU General Public License
00035  *   along with GeSHi; if not, write to the Free Software
00036  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00037  *
00038  ************************************************************************************/
00039 
00040 $language_data = array (
00041      'LANG_NAME' => 'CFDG',
00042      'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
00043      'COMMENT_MULTI' => array('/*' => '*/'),
00044      'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00045      'QUOTEMARKS' => array("'", '"'),
00046      'ESCAPE_CHAR' => '',
00047      'KEYWORDS' => array(
00048           1 => array(
00049                'include', 'startshape', 'rule', 'background'
00050                ),
00051           2 => array(
00052                'SQUARE', 'CIRCLE', 'TRIANGLE',
00053                ),
00054           3 => array(
00055                'b','brightness','h','hue','sat','saturation',
00056                'a','alpha','x','y','z','s','size',
00057                'r','rotate','f','flip','skew','xml_set_object'
00058                )
00059           ),
00060      'SYMBOLS' => array(
00061           '[', ']', '{', '}', '*', '|'
00062           ),
00063      'CASE_SENSITIVE' => array(
00064           GESHI_COMMENTS => false,
00065           1 => false,
00066           2 => false,
00067           3 => false,
00068           ),
00069      'STYLES' => array(
00070           'KEYWORDS' => array(
00071                1 => 'color: #717100;',
00072                2 => 'color: #000000; font-weight: bold;',
00073                3 => 'color: #006666;'
00074                ),
00075           'COMMENTS' => array(
00076                1 => 'color: #808080; font-style: italic;',
00077                2 => 'color: #808080; font-style: italic;',
00078                'MULTI' => 'color: #808080; font-style: italic;'
00079                ),
00080           'ESCAPE_CHAR' => array(
00081                0 => 'color: #000099; font-weight: bold;'
00082                ),
00083           'BRACKETS' => array(
00084                0 => 'color: #66cc66;'
00085                ),
00086           'STRINGS' => array(
00087                0 => 'color: #ff0000;'
00088                ),
00089           'NUMBERS' => array(
00090                0 => 'color: #cc66cc;'
00091                ),
00092           'METHODS' => array(
00093                1 => 'color: #006600;',
00094                2 => 'color: #006600;'
00095                ),
00096           'SYMBOLS' => array(
00097                0 => 'color: #66cc66;'
00098                ),
00099           'REGEXPS' => array(
00100                ),
00101           'SCRIPT' => array(
00102                0 => '',
00103                1 => '',
00104                2 => '',
00105                3 => ''
00106                )
00107           ),
00108      'URLS' => array(
00109           1 => '',
00110           2 => '',
00111           3 => '',
00112           4 => ''
00113           ),
00114      'OOLANG' => false,
00115      'OBJECT_SPLITTERS' => '',
00116      'REGEXPS' => array(
00117           ),
00118      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00119      'SCRIPT_DELIMITERS' => array(
00120           ),
00121      'HIGHLIGHT_STRICT_BLOCK' => array(
00122           )
00123 );
00124 
00125 ?>

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