abap.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * abap.php
00004  * --------
00005  * Author: Andres Picazo (andres@andrespicazo.com)
00006  * Copyright: (c) 2007 Andres Picazo
00007  * Release Version: 1.0.7.20
00008  * CVS Revision Version: $Revision$
00009  * Date Started: 2004/06/04
00010  * Last Modified: $Date$
00011  *
00012  * ABAP language file for GeSHi.
00013  *
00014  * CHANGES
00015  * -------
00016  * 2007/06/27 (1.0.0)
00017  *   -  First Release
00018  *
00019  * TODO
00020  * ----
00021  *
00022  *************************************************************************************
00023  *
00024  *     This file is part of GeSHi.
00025  *
00026  *   GeSHi is free software; you can redistribute it and/or modify
00027  *   it under the terms of the GNU General Public License as published by
00028  *   the Free Software Foundation; either version 2 of the License, or
00029  *   (at your option) any later version.
00030  *
00031  *   GeSHi is distributed in the hope that it will be useful,
00032  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00033  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00034  *   GNU General Public License for more details.
00035  *
00036  *   You should have received a copy of the GNU General Public License
00037  *   along with GeSHi; if not, write to the Free Software
00038  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00039  *
00040  ************************************************************************************/
00041 
00042 $language_data = array (
00043      'LANG_NAME' => 'ABAP',
00044     'COMMENT_SINGLE' => array(1 => '"', 2 => '*'),
00045     'CASE_KEYWORDS' => 0,
00046      'QUOTEMARKS' => array("'"),
00047     'ESCAPE_CHAR' => '',
00048      'KEYWORDS' => array(
00049           1 => array(
00050                'if', 'return', 'while', 'case', 'default',
00051             'do', 'else', 'for', 'endif', 'elseif', 'eq',
00052             'not', 'and'
00053                ),
00054           2 => array(
00055                'data', 'types', 'seletion-screen', 'parameters', 'field-symbols', 'extern', 'inline'
00056                ),
00057           3 => array(
00058                'report', 'write', 'append', 'select', 'endselect', 'call method', 'call function',
00059                'loop', 'endloop', 'raise', 'read table', 'concatenate', 'split', 'shift',
00060                'condense', 'describe', 'clear', 'endfunction', 'assign', 'create data', 'translate',
00061                'continue', 'start-of-selection', 'at selection-screen', 'modify', 'call screen',
00062                'create object', 'perform', 'form', 'endform',
00063                'reuse_alv_block_list_init', 'zbcialv', 'include'
00064                ),
00065           4 => array(
00066                'type ref to', 'type', 'begin of',  'end of', 'like', 'into',
00067                'from', 'where', 'order by', 'with key', 'into', 'string', 'separated by',
00068             'exporting', 'importing', 'to upper case', 'to', 'exceptions', 'tables',
00069             'using', 'changing'
00070                ),
00071           ),
00072      'SYMBOLS' => array(
00073           '(', ')', '{', '}', '[', ']', '=', '+', '-', '*', '/', '!', '%', '^', '&', ':'
00074           ),
00075      'CASE_SENSITIVE' => array(
00076           GESHI_COMMENTS => true,
00077           1 => false,
00078           2 => false,
00079           3 => false,
00080           4 => false,
00081           ),
00082      'STYLES' => array(
00083           'KEYWORDS' => array(
00084                1 => 'color: #b1b100;',
00085                2 => 'color: #000000; font-weight: bold;',
00086                3 => 'color: #000066;',
00087                4 => 'color: #993333;'
00088                ),
00089           'COMMENTS' => array(
00090                1 => 'color: #808080; font-style: italic;',
00091                2 => 'color: #339933;',
00092                'MULTI' => 'color: #808080; font-style: italic;'
00093                ),
00094           'ESCAPE_CHAR' => array(
00095                0 => 'color: #000099; font-weight: bold;'
00096                ),
00097           'BRACKETS' => array(
00098                0 => 'color: #66cc66;'
00099                ),
00100           'STRINGS' => array(
00101                0 => 'color: #ff0000;'
00102                ),
00103           'NUMBERS' => array(
00104                0 => 'color: #cc66cc;'
00105                ),
00106           'METHODS' => array(
00107                1 => 'color: #202020;',
00108                2 => 'color: #202020;'
00109                ),
00110           'SYMBOLS' => array(
00111                0 => 'color: #66cc66;'
00112                ),
00113           'REGEXPS' => array(
00114                ),
00115           'SCRIPT' => array(
00116                )
00117           ),
00118      'URLS' => array(
00119           1 => '',
00120           2 => '',
00121           3 => 'http://sap4.com/wiki/index.php?title={FNAME}',
00122           4 => ''
00123           ),
00124      'OOLANG' => true,
00125      'OBJECT_SPLITTERS' => array(
00126           1 => '.',
00127           2 => '::'
00128           ),
00129      'REGEXPS' => array(
00130           ),
00131      'STRICT_MODE_APPLIES' => GESHI_NEVER,
00132      'SCRIPT_DELIMITERS' => array(
00133           ),
00134      'HIGHLIGHT_STRICT_BLOCK' => array(
00135           )
00136 );
00137 
00138 ?>

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