-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstarter.json
More file actions
79 lines (77 loc) · 1.58 KB
/
starter.json
File metadata and controls
79 lines (77 loc) · 1.58 KB
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
72
73
74
75
76
77
78
79
[
{
"attrs":{
"root_list_type":"Node"
},
"definitions":{
"Attr":{
"fields":[
{
"field_name":"key",
"field_type":"AttrKey"
},
{
"field_name":"val",
"field_type":"AttrVal"
}
]
},
"AttrKey":{
"literals": [
"href",
"src",
"id",
"class",
"data-*",
"*"
]
},
"AttrVal":{
"type_alias":"string"
},
"NodeList":{
"list_of":"Node"
},
"Attrs":{
"list_of":"Attr"
},
"Node":{
"fields":[
{
"field_name":"tag",
"field_type":"Tag"
},
{
"field_name":"attrs",
"field_type":"Attrs"
},
{
"field_name":"innerNodes",
"field_type":"NodeList"
},
{
"field_name":"text",
"field_type":"string"
}
]
},
"Tag":{
"literals":[
"a",
"script",
"div",
"span",
"img"
]
}
},
"concept_name":"HTML"
},
{
"attrs":{
},
"definitions":{
},
"concept_name":"CSS"
}
]