File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 33
33
background-color : rgb (219 , 215 , 250 );
34
34
}
35
35
36
+ .pdl_lastOf {
37
+ background-color : rgb (186 , 186 , 190 );
38
+ }
39
+
40
+ .pdl_object {
41
+ background-color : rgb (188 , 188 , 254 );
42
+ }
43
+
44
+ .pdl_array {
45
+ background-color : rgb (149 , 149 , 241 );
46
+ }
47
+
36
48
.pdl_model {
37
49
background-color : rgb (215 , 250 , 224 );
38
50
}
54
66
}
55
67
56
68
.pdl_if {
57
- background-color : rgb (248 , 99 , 141 );
69
+ background-color : rgb (253 , 167 , 5 );
58
70
}
59
71
60
72
.pdl_repeat {
70
82
}
71
83
72
84
.pdl_read {
73
- background-color : rgb (243 , 77 , 113 );
85
+ background-color : rgb (5 , 204 , 61 );
74
86
}
75
87
76
88
.pdl_include {
77
- background-color : rgb (245 , 18 , 67 );
89
+ background-color : rgb (11 , 251 , 87 );
78
90
}
79
91
80
92
.pdl_function {
83
95
.pdl_call {
84
96
background-color : rgb (80 , 243 , 77 );
85
97
}
86
-
98
+ .pdl_error {
99
+ background-color : rgb (243 , 0 , 0 );
100
+ }
87
101
</ style >
88
102
89
103
<!-- Main script -->
You can’t perform that action at this time.
0 commit comments