65 lines
1.0 KiB
Plaintext
65 lines
1.0 KiB
Plaintext
list: user.code_keyword
|
|
code.language: java
|
|
-
|
|
|
|
abstract: "abstract "
|
|
assert: "assert "
|
|
boolean: "boolean "
|
|
break
|
|
byte: "byte "
|
|
case: "case "
|
|
catch
|
|
char: "char "
|
|
class: "class "
|
|
continue
|
|
default
|
|
do: "do "
|
|
double: "double "
|
|
else
|
|
enum: "enum "
|
|
exports: "exports "
|
|
extends: " extends "
|
|
final: "final "
|
|
finally: "finally "
|
|
float: "float "
|
|
for: "for "
|
|
if: "if "
|
|
implements: " implements "
|
|
import: "import "
|
|
instance of: "instanceof "
|
|
int: "int "
|
|
interface: "interface "
|
|
long: "long "
|
|
module: "module "
|
|
native: "native "
|
|
new: "new "
|
|
open: "open "
|
|
opens: "opens "
|
|
package: "package "
|
|
private: "private "
|
|
protected: "protected "
|
|
provides: "provides "
|
|
public: "public "
|
|
requires: "requires "
|
|
return: "return "
|
|
short: "short "
|
|
static: "static "
|
|
strict eff pee: "strictfp "
|
|
super
|
|
switch: "switch "
|
|
synchronized: "synchronized "
|
|
this
|
|
throw: "throw "
|
|
throws: "throws "
|
|
to: " to "
|
|
transient: "transient "
|
|
transitive: "transitive "
|
|
try: "try "
|
|
uses: "uses "
|
|
var: "var "
|
|
void: "void "
|
|
volatile: "volatile "
|
|
while: "while "
|
|
with: " with "
|
|
yield: "yield "
|