mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-09 21:26:49 +08:00
parent
cd9a8c6cbf
commit
f8f37b2448
3 changed files with 49 additions and 0 deletions
|
@ -320,6 +320,7 @@
|
|||
"code_ruby",
|
||||
"code_r",
|
||||
"code_swift",
|
||||
"code_scala",
|
||||
"code_bash",
|
||||
"code_lua",
|
||||
"code_luau",
|
||||
|
|
|
@ -171,6 +171,7 @@
|
|||
,"code_ruby"
|
||||
,"code_r"
|
||||
,"code_swift"
|
||||
,"code_scala"
|
||||
,"code_bash"
|
||||
,"code_lua"
|
||||
,"code_luau"
|
||||
|
|
47
frontend/static/languages/code_scala.json
Normal file
47
frontend/static/languages/code_scala.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue