Added Kotlin language (#2084)

This commit is contained in:
Sondre Kjempekjenn 2021-11-14 20:38:58 +01:00 committed by GitHub
parent b22dcf88fa
commit 0d08a530e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 94 additions and 0 deletions

View file

@ -257,6 +257,7 @@
"code_html",
"code_pascal",
"code_java",
"code_kotlin",
"code_go",
"code_rust",
"code_ruby",

View file

@ -140,6 +140,7 @@
,"code_html"
,"code_pascal"
,"code_java"
,"code_kotlin"
,"code_go"
,"code_rust"
,"code_ruby"

View 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",
"?.",
"?:",
"?",
"->",
"_",
"@",
"$"
]
}