diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-03-23 10:42:53 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-03-23 10:42:53 +0100 |
commit | 2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae (patch) | |
tree | d8fd32b508377b76b9213b0b67835eac9b003345 /inc/geshi/oracle8.php | |
parent | ccf354b192cc6f8e554b4729cb1424b93bf82602 (diff) | |
download | rpg-2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae.tar.gz rpg-2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae.tar.bz2 |
GeSHi 1.0.8.3 update
Ignore-this: d204f804a634d5a537737dc4a50c3c13
darcs-hash:20090323094253-7ad00-003ea6c7b9cb1306ad0623274917bbfc042a0103.gz
Diffstat (limited to 'inc/geshi/oracle8.php')
-rw-r--r-- | inc/geshi/oracle8.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/geshi/oracle8.php b/inc/geshi/oracle8.php index 067d228cd..d54b1e3a8 100644 --- a/inc/geshi/oracle8.php +++ b/inc/geshi/oracle8.php @@ -4,7 +4,7 @@ * ----------- * Author: Guy Wicks (Guy.Wicks@rbs.co.uk) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1\.0\.8 + * Release Version: 1.0.8.3 * Date Started: 2004/06/04 * * Oracle 8 language file for GeSHi. @@ -60,6 +60,7 @@ $language_data = array ( //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns; // 3 => array( // ), + //Put ORACLE reserved keywords here (8.1.7). I like mine uppercase. 1 => array( 'ABS', |