File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn keyword cssFontAttr contained perceptual
2
2
syn match cssFontAttr contained " \<\( relative\| absolute\) -colorimetric\> "
3
- syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( hwb\| lab\| lch\| gray \| color\| device-cmyk\=\)\s *(" end =" )" oneline keepend
3
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( hwb\| lab\| lch\| color\| device-cmyk\=\)\s *(" end =" )" oneline keepend
4
4
syn match cssFontDescriptor " @color-profile\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 83
83
display : hwb (120deg , 44% , 50% );
84
84
display : lab (1 2 3 );
85
85
display : lch (4 5 6 );
86
- display : gray (50% );
87
86
display : color (swopc, 0 206 190 77 );
88
87
display : device-cmyk (0 , 81% , 81% , 30% );
89
88
display : relative-colorimetric;
You can’t perform that action at this time.
0 commit comments