File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- syn match cssColorProp contained " \< color-adjust\> "
21syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( hwb\| lab\| lch\| gray\| color\| device-cmyk\=\)\s *(" end =" )" oneline keepend
32syn match cssFontDescriptor " @color-profile\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 1+ syn match cssColorProp contained " \<\( forced-\)\= color-adjust\> "
2+ syn match cssColorProp contained " \< color-scheme\> "
3+ syn keyword cssFontAttr contained only economy exact
Original file line number Diff line number Diff line change 8888}
8989
9090.color-4 {
91- color-adjust : auto;
9291 display : hwb (120deg , 44% , 50% );
9392 display : lab (1 2 3 );
9493 display : lch (4 5 6 );
101100 src : url ("http://example.org/swop-coated.icc" );
102101}
103102
103+ .color-adjust-1 {
104+ color-scheme : auto;
105+ forced-color-adjust : auto;
106+ color-adjust : auto;
107+ display : only;
108+ display : economy;
109+ display : exact;
110+ }
111+
104112.compositing-1 {
105113 mix-blend-mode : auto;
106114 isolation : auto;
You can’t perform that action at this time.
0 commit comments