summaryrefslogtreecommitdiff
path: root/inc/geshi/java.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-22 13:53:27 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-22 13:53:27 +0100
commit3971c1cc98ea6a7d389ba5404df61e523184f3bc (patch)
treed58c80eb77f236bd80ba02e218b0e66b2c178d6b /inc/geshi/java.php
parentb9ac8716a5af742f88887fb9c1315b0e01d244a3 (diff)
downloadrpg-3971c1cc98ea6a7d389ba5404df61e523184f3bc.tar.gz
rpg-3971c1cc98ea6a7d389ba5404df61e523184f3bc.tar.bz2
GeSHi updated to 1.0.7.6
darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz
Diffstat (limited to 'inc/geshi/java.php')
-rw-r--r--inc/geshi/java.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/inc/geshi/java.php b/inc/geshi/java.php
index b3f8679ad..f198456c4 100644
--- a/inc/geshi/java.php
+++ b/inc/geshi/java.php
@@ -4,15 +4,17 @@
* --------
* Author: Nigel McNie (oracle.shinoda@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
- * Release Version: 1.0.7.5
- * CVS Revision Version: $Revision: 1.8 $
+ * Release Version: 1.0.7.6
+ * CVS Revision Version: $Revision: 1.11 $
* Date Started: 2004/07/10
- * Last Modified: $Date: 2005/10/22 07:52:59 $
+ * Last Modified: $Date: 2005/12/30 04:52:10 $
*
* Java language file for GeSHi.
*
* CHANGES
* -------
+ * 2005/12/28 (1.0.4)
+ * - Added instanceof keyword
* 2004/11/27 (1.0.3)
* - Added support for multiple object splitters
* 2004/08/05 (1.0.2)
@@ -66,7 +68,7 @@ $language_data = array (
'private', 'protected', 'extends', 'break', 'class',
'new', 'try', 'catch', 'throws', 'finally', 'implements',
'interface', 'throw', 'native', 'synchronized', 'this',
- 'abstract', 'transient'
+ 'abstract', 'transient', 'instanceof'
),
3 => array(
'AbstractAction', 'AbstractBorder', 'AbstractButton', 'AbstractCellEditor',