File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssColorProp contained " \< color-adjust\> "
2
2
syn keyword cssColor contained rebeccapurple
3
+ syn match cssColor contained " #[0-9A-Fa-f]\{ 8\}\> " contains =cssUnitDecorators
3
4
syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( hwb\| lab\| lch\| gray\| color\| device-cmyk\| color-mod\=\)\s *(" end =" )" oneline keepend
4
5
syn match cssFontDescriptor " @color-profile\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 98
98
}
99
99
100
100
.color-4 {
101
- color-adjust : rebeccapurple;
101
+ color-adjust : # FFEEDDFF ;
102
+ display : rebeccapurple;
102
103
display : hwb (120deg , 44% , 50% );
103
104
display : lab (1 2 3 );
104
105
display : lch (4 5 6 );
Original file line number Diff line number Diff line change 117
117
}
118
118
119
119
.color-4 {
120
- color-adjust : rebeccapurple;
120
+ color-adjust : # FFEEDDFF ;
121
+ display : rebeccapurple;
121
122
display : hwb (120deg , 44% , 50% );
122
123
display : lab (1 2 3 );
123
124
display : lch (4 5 6 );
You can’t perform that action at this time.
0 commit comments