mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-22 06:09:02 +00:00
add browser warning
This commit is contained in:
47
static/languages/code_scala.json
Normal file
47
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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user