]>
src.bluestatic.org Git - viewsvn.git/blob - includes/geshi/geshi/oracle8.php
2 /*************************************************************************************
5 * Author: Guy Wicks (Guy.Wicks@rbs.co.uk)
6 * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter)
7 * Release Version: 1.0.7.19
8 * Date Started: 2004/06/04
10 * Oracle 8 language file for GeSHi
17 * TODO (updated 2004/11/27)
18 * -------------------------
20 *************************************************************************************
22 * This file is part of GeSHi.
24 * GeSHi is free software; you can redistribute it and/or modify
25 * it under the terms of the GNU General Public License as published by
26 * the Free Software Foundation; either version 2 of the License, or
27 * (at your option) any later version.
29 * GeSHi is distributed in the hope that it will be useful,
30 * but WITHOUT ANY WARRANTY; without even the implied warranty of
31 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 * GNU General Public License for more details.
34 * You should have received a copy of the GNU General Public License
35 * along with GeSHi; if not, write to the Free Software
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 ************************************************************************************/
40 $language_data = array (
41 'LANG_NAME' => 'Oracle 8 SQL',
42 'COMMENT_SINGLE' => array(1 => '--'),
43 'COMMENT_MULTI' => array('/*' => '*/'),
44 'CASE_KEYWORDS' => GESHI_CAPS_UPPER
,
45 'QUOTEMARKS' => array("'", '"', '`'),
46 'ESCAPE_CHAR' => '\\',
48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
63 //Put ORACLE reserved keywords here (8.1.7). I like mine uppercase.
246 'NLS_CHARSET_DECL_LEN',
435 '(', ')', '=', '<', '>', '|'
437 'CASE_SENSITIVE' => array(
438 GESHI_COMMENTS
=> false,
443 1 => 'color: #993333; font-weight: bold; text-transform: uppercase;'
446 1 => 'color: #808080; font-style: italic;',
447 2 => 'color: #808080; font-style: italic;'
449 'ESCAPE_CHAR' => array(
450 0 => 'color: #000099; font-weight: bold;'
453 0 => 'color: #66cc66;'
456 0 => 'color: #ff0000;'
459 0 => 'color: #cc66cc;'
462 1 => 'color: #ff0000;'
465 0 => 'color: #66cc66;'
476 'OBJECT_SPLITTERS' => array(
480 'STRICT_MODE_APPLIES' => GESHI_NEVER
,
481 'SCRIPT_DELIMITERS' => array(
483 'HIGHLIGHT_STRICT_BLOCK' => array(