mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-17 07:22:50 +00:00
81 lines
1.0 KiB
JSON
81 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
]
|
|
}
|