div.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * div.php
00004  * ---------------------------------
00005  * Author: Gabriel Lorenzo (ermakina@gmail.com)
00006  * Copyright: (c) 2005 Gabriel Lorenzo (http://ermakina.gazpachito.net)
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2005/06/19
00009  *
00010  * DIV language file for GeSHi.
00011  *
00012  * CHANGES
00013  * -------
00014  * 2005/06/22 (1.0.0)
00015  *  -  First Release, includes "2nd gen" ELSEIF statement
00016  *
00017  * TODO (updated 2005/06/22)
00018  * -------------------------
00019  *  -  I'm pretty satisfied with this, so nothing for now... :P
00020  *
00021  *************************************************************************************
00022  *
00023  *     This file is part of GeSHi.
00024  *
00025  *   GeSHi is free software; you can redistribute it and/or modify
00026  *   it under the terms of the GNU General Public License as published by
00027  *   the Free Software Foundation; either version 2 of the License, or
00028  *   (at your option) any later version.
00029  *
00030  *   GeSHi is distributed in the hope that it will be useful,
00031  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00032  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00033  *   GNU General Public License for more details.
00034  *
00035  *   You should have received a copy of the GNU General Public License
00036  *   along with GeSHi; if not, write to the Free Software
00037  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00038  *
00039  ************************************************************************************/
00040 
00041 $language_data = array (
00042      'LANG_NAME' => 'DIV',
00043      'COMMENT_SINGLE' => array(1 => '//'),
00044      'COMMENT_MULTI' => array('/*' => '*/'),
00045      'CASE_KEYWORDS' => GESHI_CAPS_UPPER,
00046      'QUOTEMARKS' => array("'", '"'),
00047      'ESCAPE_CHAR' => '',
00048      'KEYWORDS' => array(
00049           1 => array(
00050                'while','until','to','switch','step','return','repeat','loop','if','from','frame','for','end','elseif',
00051                'else','default','debug','continue','clone','case','break','begin'
00052                ),
00053           2 => array(
00054                'xor','whoami','type','sizeof','pointer','or','offset','not','neg','mod','id','dup','and','_ne','_lt',
00055                '_le','_gt','_ge','_eq'
00056                ),
00057           3 => array(
00058                'setup_program','program','process','private','local','import','global','function','const',
00059                'compiler_options'
00060                ),
00061           4 => array(
00062                'word','struct','string','int','byte'
00063                ),
00064           ),
00065      'SYMBOLS' => array(
00066           '(',')','[',']','=','+','-','*','/','!','%','^','&',':',';',',','<','>'
00067           ),
00068      'CASE_SENSITIVE' => array(
00069           GESHI_COMMENTS => false,
00070           1 => false,
00071           2 => false,
00072           3 => false,
00073           4 => false,
00074           ),
00075      'STYLES' => array(
00076           'KEYWORDS' => array(
00077                1 => 'color: #0040b1;',
00078                2 => 'color: #000000;',
00079                3 => 'color: #000066; font-weight: bold;',
00080                4 => 'color: #993333;'
00081                ),
00082           'COMMENTS' => array(
00083                1 => 'color: #808080; font-style: italic;',
00084                'MULTI' => 'color: #808080; font-style: italic;'
00085                ),
00086           'ESCAPE_CHAR' => array(
00087                0 => ''
00088                ),
00089           'BRACKETS' => array(
00090                0 => 'color: #44aa44;'
00091                ),
00092           'STRINGS' => array(
00093                0 => 'color: #ff0000;'
00094                ),
00095           'NUMBERS' => array(
00096                0 => 'color: #cc66cc;'
00097                ),
00098           'METHODS' => array(
00099                0 => 'color: #202020;',
00100                ),
00101           'SYMBOLS' => array(
00102                0 => 'color: #44aa44;'
00103                ),
00104           'REGEXPS' => array(
00105                ),
00106           'SCRIPT' => array(
00107                )
00108           ),
00109      'URLS' => array(
00110           1 => '',
00111           2 => '',
00112           3 => '',
00113           4 => ''
00114           ),
00115      'OOLANG' => false,
00116      'OBJECT_SPLITTER' => '',
00117      'REGEXPS' => array(
00118           ),
00119      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00120      'SCRIPT_DELIMITERS' => array(
00121           ),
00122      'HIGHLIGHT_STRICT_BLOCK' => array(
00123           )
00124 );
00125 
00126 ?>

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