SF.net SVN: geany:[4900] trunk/data/filetypes.java

ntrel at users.sourceforge.net ntrel at xxxxx
Tue May 11 11:57:52 UTC 2010


Revision: 4900
          http://geany.svn.sourceforge.net/geany/?rev=4900&view=rev
Author:   ntrel
Date:     2010-05-11 11:57:52 +0000 (Tue, 11 May 2010)

Log Message:
-----------
Fix 'null' listed in both primary and secondary keyword lists.

Modified Paths:
--------------
    trunk/data/filetypes.java

Modified: trunk/data/filetypes.java
===================================================================
--- trunk/data/filetypes.java	2010-05-11 11:56:55 UTC (rev 4899)
+++ trunk/data/filetypes.java	2010-05-11 11:57:52 UTC (rev 4900)
@@ -26,7 +26,7 @@
 
 [keywords]
 primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
-secondary=boolean byte char double float int long null short void
+secondary=boolean byte char double float int long short void
 # documentation keywords for javadoc
 doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
 typedefs=


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list