MidnightCommander/mc#95: update Java syntax: add missing keywords: _ assert strictfp.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Konrad Twardowski 2016-03-21 00:20:42 +01:00 committed by Andrew Borodin
parent 7c7673d8f0
commit 4aea217d68
1 changed files with 6 additions and 0 deletions

View File

@ -2,9 +2,14 @@
#
# Authors:
# lol_zimmerli%headbanger.ch@mail.headbanger.ch, 1999
#
# 2016-03-21 Konrad Twardowski
# * Added missing keywords: _ assert strictfp
context default
keyword whole _ yellow
keyword whole abstract yellow
keyword whole assert yellow
keyword whole boolean yellow
keyword whole break yellow
keyword whole byte yellow
@ -58,6 +63,7 @@ context default
keyword whole return yellow
keyword whole short yellow
keyword whole static yellow
keyword whole strictfp yellow
keyword whole super yellow
keyword whole switch yellow
keyword whole synchronized yellow