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

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