mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Merge branches 'master' and 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
512dcf93be
2 changed files with 71 additions and 0 deletions
70
static/languages/code_java.json
Normal file
70
static/languages/code_java.json
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"name":"code_java",
|
||||
"leftToRight": 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",
|
||||
"instanceofinterface",
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -49,4 +49,5 @@
|
|||
,"code_csharp"
|
||||
,"code_javascript"
|
||||
,"code_html"
|
||||
,"code_java"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue