mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-11 04:22:49 +00:00
92 lines
1.2 KiB
JSON
92 lines
1.2 KiB
JSON
{
|
|
"name": "code_kotlin",
|
|
"leftToRight": true,
|
|
"words": [
|
|
"as",
|
|
"as?",
|
|
"break",
|
|
"class",
|
|
"continue",
|
|
"do",
|
|
"else",
|
|
"false",
|
|
"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",
|
|
"?.",
|
|
"?:",
|
|
"?",
|
|
"->",
|
|
"_",
|
|
"@",
|
|
"$"
|
|
]
|
|
}
|