feat: java code language word list

This commit is contained in:
Ryan Harrington 2020-12-02 12:02:18 -07:00
parent 150b36de3d
commit fb9a89005c
No known key found for this signature in database
GPG key ID: 258486E3329B076C
2 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,70 @@
{
"name":"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

@ -45,4 +45,5 @@
,"code_c"
,"code_javascript"
,"code_html"
,"code_java"
]