mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
ae6f05574c
4 changed files with 94 additions and 4 deletions
|
|
@ -257,6 +257,7 @@
|
|||
"code_html",
|
||||
"code_pascal",
|
||||
"code_java",
|
||||
"code_kotlin",
|
||||
"code_go",
|
||||
"code_rust",
|
||||
"code_ruby",
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@
|
|||
,"code_html"
|
||||
,"code_pascal"
|
||||
,"code_java"
|
||||
,"code_kotlin"
|
||||
,"code_go"
|
||||
,"code_rust"
|
||||
,"code_ruby"
|
||||
|
|
|
|||
92
static/languages/code_kotlin.json
Normal file
92
static/languages/code_kotlin.json
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"name": "code_kotlin",
|
||||
"leftToRight": true,
|
||||
"words": [
|
||||
"as",
|
||||
"as?",
|
||||
"break",
|
||||
"class",
|
||||
"continue",
|
||||
"do",
|
||||
"else",
|
||||
"false",
|
||||
"true",
|
||||
"for",
|
||||
"fun",
|
||||
"if",
|
||||
"in",
|
||||
"!in",
|
||||
"interface",
|
||||
"is",
|
||||
"!is",
|
||||
"null",
|
||||
"object",
|
||||
"return",
|
||||
"package",
|
||||
"super",
|
||||
"this",
|
||||
"throw",
|
||||
"true",
|
||||
"try",
|
||||
"typealias",
|
||||
"typeof",
|
||||
"val",
|
||||
"var",
|
||||
"when",
|
||||
"while",
|
||||
"by",
|
||||
"catch",
|
||||
"constructor",
|
||||
"delegate",
|
||||
"dynamic",
|
||||
"field",
|
||||
"file",
|
||||
"finally",
|
||||
"get",
|
||||
"import",
|
||||
"init",
|
||||
"property",
|
||||
"receiver",
|
||||
"set",
|
||||
"setparam",
|
||||
"value",
|
||||
"where",
|
||||
"actual",
|
||||
"abstract",
|
||||
"annotation",
|
||||
"companion",
|
||||
"const",
|
||||
"crossinline",
|
||||
"data",
|
||||
"enum",
|
||||
"expect",
|
||||
"external",
|
||||
"final",
|
||||
"infix",
|
||||
"inline",
|
||||
"inner",
|
||||
"internal",
|
||||
"lateinit",
|
||||
"noinline",
|
||||
"open",
|
||||
"operator",
|
||||
"out",
|
||||
"override",
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
"reified",
|
||||
"sealed",
|
||||
"suspend",
|
||||
"tailrec",
|
||||
"vararg",
|
||||
"it",
|
||||
"?.",
|
||||
"?:",
|
||||
"?",
|
||||
"->",
|
||||
"_",
|
||||
"@",
|
||||
"$"
|
||||
]
|
||||
}
|
||||
|
|
@ -112,7 +112,6 @@
|
|||
"かえる",
|
||||
"がま",
|
||||
"しし",
|
||||
"キリン",
|
||||
"ぞう",
|
||||
"とり",
|
||||
"にわとり",
|
||||
|
|
@ -131,7 +130,6 @@
|
|||
"さば",
|
||||
"むし",
|
||||
"ちょう",
|
||||
"ガ",
|
||||
"せみ",
|
||||
"かい",
|
||||
"かいがら",
|
||||
|
|
@ -228,7 +226,6 @@
|
|||
"こおり",
|
||||
"ゆげ",
|
||||
"ひ",
|
||||
"ガス",
|
||||
"くうき",
|
||||
"つち",
|
||||
"きんぞく",
|
||||
|
|
@ -321,7 +318,6 @@
|
|||
"くろ",
|
||||
"ちゃいろ",
|
||||
"はいいろ",
|
||||
"オレンジ",
|
||||
"おんがく",
|
||||
"りか",
|
||||
"さんすう",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue