Files
DeviceManager/static/languages/code_java.json
2023-07-17 18:44:18 +02:00

72 lines
964 B
JSON

{
"name": "code_java",
"leftToRight": true,
"noLazyMode": true,
"words": [
"abstract",
"assert",
"boolean",
"break",
"byte",
"case",
"catch",
"char",
"class",
"continue",
"default",
"do",
"double",
"else",
"enum",
"extends",
"final",
"finally",
"float",
"for",
"if",
"implements",
"import",
"instanceof",
"interface",
"long",
"native",
"new",
"null",
"package",
"private",
"protected",
"public",
"return",
"short",
"static",
"strictfp",
"super",
"switch",
"synchronized",
"this",
"throw",
"throws",
"transient",
"try",
"void",
"volatile",
"while",
"valueOf",
"from",
"parse",
"get",
"contains",
"remove",
"clear",
"put",
"set",
"with",
"throwas",
"build",
"add",
"subtract",
"append",
"length"
]
}