1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "flutter",
"package": "flutter",
"author": {
"name": "The Flutter Team",
"link": "https://flutter.dev"
},
"index": "index.html",
"icon32x32": "flutter/static-assets/favicon.png",
"allowJS": true,
"ExternalURL": "https://api.flutter.dev",
"selectors": {
"#exceptions span.name a": {
"type": "Exception"
},
"h1 > span.kind-library": {
"type": "Library"
},
"h1 > span.kind-class": {
"type": "Class"
},
"h1 > span.kind-function": {
"type": "Function"
},
"h1 > span.kind-typedef": {
"type": "Type"
},
"h1 > span.kind-enum": {
"type": "Enum"
},
"h1 > span.kind-top-level-constant": {
"type": "Constant"
},
"h1 > span.kind-constant": {
"type": "Constant"
},
"h1 > span.kind-method": {
"type": "Method"
},
"h1 > span.kind-property": {
"type": "Property"
},
"h1 > span.kind-top-level-property": {
"type": "Property"
},
"h1 > span.kind-constructor": {
"type": "Constructor"
},
".callables .callable": {
"requiretext": "operator ",
"type": "Operator",
"regexp": "operator ",
"replacement": ""
}
},
"ignore": [
"ABOUT"
]
}