2 /*************************************************************************************
4 * ---------------------------------
5 * Author: Gabriel Lorenzo (ermakina@gmail.com)
6 * Copyright: (c) 2005 Gabriel Lorenzo (http://ermakina.gazpachito.net)
7 * Release Version: 1.0.8.3
8 * Date Started: 2005/06/19
10 * DIV language file for GeSHi.
15 * - First Release, includes "2nd gen" ELSEIF statement
17 * TODO (updated 2005/06/22)
18 * -------------------------
19 * - I'm pretty satisfied with this, so nothing for now... :P
21 *************************************************************************************
23 * This file is part of GeSHi.
25 * GeSHi is free software; you can redistribute it and/or modify
26 * it under the terms of the GNU General Public License as published by
27 * the Free Software Foundation; either version 2 of the License, or
28 * (at your option) any later version.
30 * GeSHi is distributed in the hope that it will be useful,
31 * but WITHOUT ANY WARRANTY; without even the implied warranty of
32 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 * GNU General Public License for more details.
35 * You should have received a copy of the GNU General Public License
36 * along with GeSHi; if not, write to the Free Software
37 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
39 ************************************************************************************/
41 $language_data = array (
43 'COMMENT_SINGLE' => array(1 => '//'),
44 'COMMENT_MULTI' => array('/*' => '*/'),
45 'CASE_KEYWORDS' => GESHI_CAPS_UPPER
,
46 'QUOTEMARKS' => array("'", '"'),
50 'while','until','to','switch','step','return','repeat','loop','if','from','frame','for','end','elseif',
51 'else','default','debug','continue','clone','case','break','begin'
54 'xor','whoami','type','sizeof','pointer','or','offset','not','neg','mod','id','dup','and','_ne','_lt',
55 '_le','_gt','_ge','_eq'
58 'setup_program','program','process','private','local','import','global','function','const',
62 'word','struct','string','int','byte'
66 '(',')','[',']','=','+','-','*','/','!','%','^','&',':',';',',','<','>'
68 'CASE_SENSITIVE' => array(
69 GESHI_COMMENTS
=> false,
77 1 => 'color: #0040b1;',
78 2 => 'color: #000000;',
79 3 => 'color: #000066; font-weight: bold;',
80 4 => 'color: #993333;'
83 1 => 'color: #808080; font-style: italic;',
84 'MULTI' => 'color: #808080; font-style: italic;'
86 'ESCAPE_CHAR' => array(
90 0 => 'color: #44aa44;'
93 0 => 'color: #ff0000;'
96 0 => 'color: #cc66cc;'
99 0 => 'color: #202020;',
102 0 => 'color: #44aa44;'
116 'OBJECT_SPLITTERS' => array(),
119 'STRICT_MODE_APPLIES' => GESHI_NEVER
,
120 'SCRIPT_DELIMITERS' => array(
122 'HIGHLIGHT_STRICT_BLOCK' => array(