add scala (#2897) 1rre

* add scala

* add a couple more words
This commit is contained in:
Timothy Moores 2022-04-28 15:12:09 +01:00 committed by GitHub
parent cd9a8c6cbf
commit f8f37b2448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 0 deletions

View file

@ -320,6 +320,7 @@
"code_ruby",
"code_r",
"code_swift",
"code_scala",
"code_bash",
"code_lua",
"code_luau",

View file

@ -171,6 +171,7 @@
,"code_ruby"
,"code_r"
,"code_swift"
,"code_scala"
,"code_bash"
,"code_lua"
,"code_luau"

View file

@ -0,0 +1,47 @@
{
"name": "code_scala",
"leftToRight": true,
"noLazyMode": true,
"words": [
"::",
"=>",
"_",
"{",
"}",
"@main",
"App",
"ClassTag",
"Int",
"LazyList",
"Seq",
"String",
"abstract",
"apply",
"case",
"collection.mutable",
"collection.immutable",
"class",
"collect",
"def",
"extends",
"foreach",
"implicit",
"import",
"lazy",
"map",
"match",
"object",
"override",
"package",
"println",
"private",
"protected",
"s\"\"",
"scala",
"sealed",
"update",
"val",
"var",
"withFilter"
]
}