mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 23:42:51 +00:00
48 lines
644 B
JSON
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"
|
|
]
|
|
}
|