Files
DeviceManager/static/languages/code_scala.json
2023-07-17 18:44:18 +02:00

48 lines
644 B
JSON

{
"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"
]
}