mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
add browser warning
This commit is contained in:
80
static/languages/code_dart.json
Normal file
80
static/languages/code_dart.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"name": "code_dart",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"()",
|
||||
"[]",
|
||||
"&&",
|
||||
"||",
|
||||
"abstract",
|
||||
"any",
|
||||
"as",
|
||||
"assert",
|
||||
"async",
|
||||
"await",
|
||||
"bool",
|
||||
"break",
|
||||
"case",
|
||||
"catch",
|
||||
"class",
|
||||
"const",
|
||||
"continue",
|
||||
"default",
|
||||
"dependencies",
|
||||
"do",
|
||||
"double",
|
||||
"Duration",
|
||||
"dynamic",
|
||||
"else",
|
||||
"enum",
|
||||
"every",
|
||||
"export",
|
||||
"extends",
|
||||
"extension",
|
||||
"factory",
|
||||
"false",
|
||||
"final",
|
||||
"finally",
|
||||
"for",
|
||||
"get",
|
||||
"if",
|
||||
"implements",
|
||||
"implicit",
|
||||
"import",
|
||||
"in",
|
||||
"includes",
|
||||
"int",
|
||||
"is",
|
||||
"join",
|
||||
"library",
|
||||
"List",
|
||||
"Map",
|
||||
"mixin",
|
||||
"null",
|
||||
"Object",
|
||||
"on",
|
||||
"operator",
|
||||
"override",
|
||||
"required",
|
||||
"return",
|
||||
"runtimeType",
|
||||
"Set",
|
||||
"set",
|
||||
"static",
|
||||
"String",
|
||||
"switch",
|
||||
"this",
|
||||
"throw",
|
||||
"toString",
|
||||
"true",
|
||||
"try",
|
||||
"typedef",
|
||||
"value",
|
||||
"void",
|
||||
"where",
|
||||
"while",
|
||||
"with",
|
||||
"yield"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user