Files
test/frontend/static/languages/code_scala.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

103 lines
1.3 KiB
JSON

{
"name": "code_scala",
"noLazyMode": true,
"words": [
"_",
"->",
":::",
"::",
":",
":+",
"+:",
"!=",
"!==",
"(",
")",
"[",
"]",
"{",
"}",
"&&",
"<",
"<=",
"=",
"==",
"===",
"=>",
">",
">=",
"||",
"@main",
"App",
"ClassTag",
"Double",
"Either",
"Float",
"Functor",
"Future",
"HashMap",
"Int",
"IO",
"LazyList",
"Left",
"List",
"Map",
"Monad",
"Nil",
"None",
"Option",
"Resource",
"Right",
"Seq",
"Set",
"Some",
"Stream",
"String",
"Try",
"Unit",
"Vector",
"ZIO",
"abstract",
"apply",
"case",
"class",
"collect",
"collection.immutable",
"collection.mutable",
"def",
"evalMap",
"evalTap",
"extends",
"filter",
"flatMap",
"flatTap",
"flatten",
"fold",
"foldLeft",
"foldMap",
"foldRight",
"foreach",
"given",
"implicit",
"import",
"lazy",
"map",
"match",
"object",
"override",
"package",
"println",
"private",
"protected",
"s\"\"",
"scala",
"sealed",
"traverse",
"update",
"using",
"val",
"var",
"withFilter"
]
}