@@ -15,7 +15,7 @@ define-function: (
1515 string,
1616 bool_val,
1717 self,
18- attribute ,
18+ attr ,
1919 macro,
2020 question_mark,
2121 comment,
@@ -33,7 +33,7 @@ define-function: (
3333 ("assert-css", ("pre.rust .string", {"color": |string|}, ALL)),
3434 ("assert-css", ("pre.rust .bool-val", {"color": |bool_val|}, ALL)),
3535 ("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)),
3737 ("assert-css", ("pre.rust .macro", {"color": |macro|}, ALL)),
3838 ("assert-css", ("pre.rust .question-mark", {"color": |question_mark|}, ALL)),
3939 ("assert-css", ("pre.rust .comment", {"color": |comment|}, ALL)),
@@ -52,7 +52,7 @@ call-function: ("check-colors", {
5252 "string": "rgb(184, 204, 82)",
5353 "bool_val": "rgb(255, 119, 51)",
5454 "self": "rgb(54, 163, 217)",
55- "attribute ": "rgb(230, 225, 207)",
55+ "attr ": "rgb(230, 225, 207)",
5656 "macro": "rgb(163, 122, 204)",
5757 "question_mark": "rgb(255, 144, 17)",
5858 "comment": "rgb(120, 135, 151)",
@@ -69,7 +69,7 @@ call-function: ("check-colors", {
6969 "string": "rgb(131, 163, 0)",
7070 "bool_val": "rgb(238, 104, 104)",
7171 "self": "rgb(238, 104, 104)",
72- "attribute ": "rgb(238, 104, 104)",
72+ "attr ": "rgb(238, 104, 104)",
7373 "macro": "rgb(62, 153, 159)",
7474 "question_mark": "rgb(255, 144, 17)",
7575 "comment": "rgb(141, 141, 139)",
@@ -86,7 +86,7 @@ call-function: ("check-colors", {
8686 "string": "rgb(113, 140, 0)",
8787 "bool_val": "rgb(200, 40, 41)",
8888 "self": "rgb(200, 40, 41)",
89- "attribute ": "rgb(200, 40, 41)",
89+ "attr ": "rgb(200, 40, 41)",
9090 "macro": "rgb(62, 153, 159)",
9191 "question_mark": "rgb(255, 144, 17)",
9292 "comment": "rgb(142, 144, 140)",
0 commit comments