Merge branches 'master' and 'master' of https://github.com/Miodec/monkey-type

This commit is contained in:
Jack 2020-12-06 00:58:57 +00:00
commit 512dcf93be
2 changed files with 71 additions and 0 deletions

View 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"
]
}

View file

@ -49,4 +49,5 @@
,"code_csharp"
,"code_javascript"
,"code_html"
,"code_java"
]