Add Java sealed classes-related keywords

Close #9754
This commit is contained in:
YanisBft 2021-04-10 19:46:44 +02:00 committed by Don HO
parent 40fbae1f76
commit 1d2f662f73
1 changed files with 2 additions and 2 deletions

View File

@ -189,8 +189,8 @@
</Language>
<Language name="ihex" ext="hex" />
<Language name="java" ext="java" commentLine="//" commentStart="/*" commentEnd="*/">
<Keywords name="instre1">instanceof assert if else switch case default break goto return for while do continue new throw throws try catch finally this super extends implements import true false null</Keywords>
<Keywords name="type1">package transient strictfp void char short int long double float const static volatile byte boolean class interface native private protected public final abstract synchronized enum</Keywords>
<Keywords name="instre1">instanceof assert if else switch case default break goto return for while do continue new throw throws try catch finally this super extends implements permits import true false null</Keywords>
<Keywords name="type1">package transient strictfp void char short int long double float const static volatile byte boolean class interface native private protected public final abstract synchronized enum sealed non-sealed</Keywords>
</Language>
<!-- Embedded javascript -->
<Language name="javascript" ext="" commentLine="//" commentStart="/*" commentEnd="*/">