Add "strictfp" Java keyword

Closes #936.
This commit is contained in:
Ilario Pierbattista 2013-06-08 15:46:53 +03:00 committed by Colomban Wendling
parent b7fbb78ca7
commit e949ff8872

View File

@ -2,7 +2,7 @@
[styling=C]
[keywords]
primary=abstract assert break case catch class const continue default do else enum 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
primary=abstract assert break case catch class const continue default do else enum extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static strictfp super switch synchronized this throw throws transient try var volatile while true false null
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