mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
MidnightCommander/mc#95: update Java syntax: add missing keywords: _ assert strictfp.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7c7673d8f0
commit
4aea217d68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user