@@ -15,7 +15,7 @@ define-function: (
15
15
string,
16
16
bool_val,
17
17
self,
18
- attribute ,
18
+ attr ,
19
19
macro,
20
20
question_mark,
21
21
comment,
@@ -33,7 +33,7 @@ define-function: (
33
33
("assert-css", ("pre.rust .string", {"color": |string|}, ALL)),
34
34
("assert-css", ("pre.rust .bool-val", {"color": |bool_val|}, ALL)),
35
35
("assert-css", ("pre.rust .self", {"color": |self|}, ALL)),
36
- ("assert-css", ("pre.rust .attribute ", {"color": |attribute |}, ALL)),
36
+ ("assert-css", ("pre.rust .attr ", {"color": |attr |}, ALL)),
37
37
("assert-css", ("pre.rust .macro", {"color": |macro|}, ALL)),
38
38
("assert-css", ("pre.rust .question-mark", {"color": |question_mark|}, ALL)),
39
39
("assert-css", ("pre.rust .comment", {"color": |comment|}, ALL)),
@@ -52,7 +52,7 @@ call-function: ("check-colors", {
52
52
"string": "rgb(184, 204, 82)",
53
53
"bool_val": "rgb(255, 119, 51)",
54
54
"self": "rgb(54, 163, 217)",
55
- "attribute ": "rgb(230, 225, 207)",
55
+ "attr ": "rgb(230, 225, 207)",
56
56
"macro": "rgb(163, 122, 204)",
57
57
"question_mark": "rgb(255, 144, 17)",
58
58
"comment": "rgb(120, 135, 151)",
@@ -69,7 +69,7 @@ call-function: ("check-colors", {
69
69
"string": "rgb(131, 163, 0)",
70
70
"bool_val": "rgb(238, 104, 104)",
71
71
"self": "rgb(238, 104, 104)",
72
- "attribute ": "rgb(238, 104, 104)",
72
+ "attr ": "rgb(238, 104, 104)",
73
73
"macro": "rgb(62, 153, 159)",
74
74
"question_mark": "rgb(255, 144, 17)",
75
75
"comment": "rgb(141, 141, 139)",
@@ -86,7 +86,7 @@ call-function: ("check-colors", {
86
86
"string": "rgb(113, 140, 0)",
87
87
"bool_val": "rgb(200, 40, 41)",
88
88
"self": "rgb(200, 40, 41)",
89
- "attribute ": "rgb(200, 40, 41)",
89
+ "attr ": "rgb(200, 40, 41)",
90
90
"macro": "rgb(62, 153, 159)",
91
91
"question_mark": "rgb(255, 144, 17)",
92
92
"comment": "rgb(142, 144, 140)",
0 commit comments