This commit is contained in:
95
frontend/static/languages/code_java.json
Normal file
95
frontend/static/languages/code_java.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"name": "code_java",
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"abstract",
|
||||
"ArrayList",
|
||||
"assert",
|
||||
"BigDecimal",
|
||||
"boolean",
|
||||
"break",
|
||||
"byte",
|
||||
"case",
|
||||
"catch",
|
||||
"char",
|
||||
"class",
|
||||
"continue",
|
||||
"Date",
|
||||
"default",
|
||||
"do",
|
||||
"double",
|
||||
"else",
|
||||
"enum",
|
||||
"equals",
|
||||
"Exception",
|
||||
"extends",
|
||||
"false",
|
||||
"File",
|
||||
"final",
|
||||
"finally",
|
||||
"float",
|
||||
"for",
|
||||
"HashMap",
|
||||
"HashSet",
|
||||
"if",
|
||||
"implements",
|
||||
"import",
|
||||
"instanceof",
|
||||
"int",
|
||||
"interface",
|
||||
"List",
|
||||
"long",
|
||||
"Map",
|
||||
"Math",
|
||||
"native",
|
||||
"new",
|
||||
"null",
|
||||
"Object",
|
||||
"Optional",
|
||||
"package",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"Random",
|
||||
"record",
|
||||
"return",
|
||||
"Scanner",
|
||||
"Set",
|
||||
"short",
|
||||
"size",
|
||||
"static",
|
||||
"Stream",
|
||||
"strictfp",
|
||||
"String",
|
||||
"super",
|
||||
"switch",
|
||||
"synchronized",
|
||||
"System",
|
||||
"this",
|
||||
"throw",
|
||||
"throws",
|
||||
"toString",
|
||||
"transient",
|
||||
"true",
|
||||
"try",
|
||||
"UUID",
|
||||
"void",
|
||||
"volatile",
|
||||
"while",
|
||||
"valueOf",
|
||||
"from",
|
||||
"parse",
|
||||
"get",
|
||||
"contains",
|
||||
"remove",
|
||||
"clear",
|
||||
"put",
|
||||
"set",
|
||||
"with",
|
||||
"build",
|
||||
"add",
|
||||
"subtract",
|
||||
"append",
|
||||
"length"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user