diff options
author | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
commit | b5bef19b5dbebf123d1c181b3cebadea198add35 (patch) | |
tree | b81c4d91703ded1419729dae7e54771212b66f09 /inc/geshi/java.php | |
parent | b047a4cfb6b85b30af11a520eea9e8953015b0a5 (diff) | |
download | rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.gz rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.bz2 |
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
Diffstat (limited to 'inc/geshi/java.php')
-rw-r--r-- | inc/geshi/java.php | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/inc/geshi/java.php b/inc/geshi/java.php index 7a8ea2f92..860ce32f8 100644 --- a/inc/geshi/java.php +++ b/inc/geshi/java.php @@ -5,9 +5,9 @@ * Author: Nigel McNie (oracle.shinoda@gmail.com) * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/) * Release Version: 1.0.6 - * CVS Revision Version: $Revision: 1.1 $ + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 2004/07/10 - * Last Modified: $Date: 2005/01/29 01:48:39 $ + * Last Modified: $Date: 2005/06/13 22:28:25 $ * * Java language file for GeSHi. * @@ -65,7 +65,8 @@ $language_data = array ( 'null', 'return', 'false', 'final', 'true', 'public', 'private', 'protected', 'extends', 'break', 'class', 'new', 'try', 'catch', 'throws', 'finally', 'implements', - 'interface', 'throw', 'native', 'synchronized', 'this' + 'interface', 'throw', 'native', 'synchronized', 'this', + 'abstract', 'transient' ), 3 => array( 'AbstractAction', 'AbstractBorder', 'AbstractButton', 'AbstractCellEditor', @@ -248,27 +249,11 @@ $language_data = array ( 'FocusEvent', 'FocusListener', 'FocusManager', 'Font', 'FontFormatException', 'FontMetrics', 'FontRenderContext', 'FontUIResource', 'Format', 'FormatConversionProvider', 'FormView', 'Frame', 'FREE_MEM', 'GapContent', 'GeneralPath', 'GeneralSecurityException', - 'GlyphJustificationInfo', 'GlyphMetrics', 'GlyphVector', - 'GlyphView', - 'GlyphView.GlyphPainter', - 'GradientPaint', - 'GraphicAttribute', - 'Graphics', - 'Graphics2D', - 'GraphicsConfigTemplate', - 'GraphicsConfiguration', - 'GraphicsDevice', - 'GraphicsEnvironment', - 'GrayFilter', - 'GregorianCalendar', - 'GridBagConstraints', - 'GridBagLayout', - 'GridLayout', - 'Group', - 'Guard', - 'GuardedObject', - 'GZIPInputStream', - 'GZIPOutputStream', + 'GlyphJustificationInfo', 'GlyphMetrics', 'GlyphVector', 'GlyphView', 'GlyphView.GlyphPainter', + 'GradientPaint', 'GraphicAttribute', 'Graphics', 'Graphics2D', 'GraphicsConfigTemplate', + 'GraphicsConfiguration', 'GraphicsDevice', 'GraphicsEnvironment', 'GrayFilter', + 'GregorianCalendar', 'GridBagConstraints', 'GridBagLayout', 'GridLayout', 'Group', 'Guard', + 'GuardedObject', 'GZIPInputStream', 'GZIPOutputStream', 'HasControls', 'HashMap', 'HashSet', @@ -1330,7 +1315,7 @@ $language_data = array ( '_Remote_Stub ' ), 4 => array( - 'static', 'void', 'double', 'int', 'real', 'boolean', 'byte' + 'static', 'void', 'double', 'int', 'real', 'boolean', 'byte', 'short', 'long', 'single' ) ), 'SYMBOLS' => array( @@ -1382,7 +1367,7 @@ $language_data = array ( 'URLS' => array( 1 => '', 2 => '', - 3 => 'http://www.google.com/search?q=allinurl%3A{FNAME}+java.sun.com&bntl=1', + 3 => 'http://www.google.com/search?q=allinurl%3A{FNAME}+java.sun.com&bntl=1', 4 => '' ), 'OOLANG' => true, @@ -1399,4 +1384,4 @@ $language_data = array ( ) ); -?> +?>
\ No newline at end of file |