File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11syn keyword cssFontProp contained interpolate- size
22syn keyword cssFontAttr contained numeric- only allow- keyword
3- syn region cssFunction contained matchgroup =cssFunctionName start =" \<\(\(\( media\| container\) -\)\= progress\|\(\( calc\| transform\) -\)\= mix\| cross-fade\| first-valid\| toggle\| random\( -item\)\=\| sibling-\( count\| index\)\| calc-size\)\s *(" end =" )" oneline keepend
3+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\(\(\( media\| container\) -\)\= progress\|\(\( calc\| transform\) -\)\= mix\| cross-fade\| first-valid\| toggle\| if \| inherit \| random\( -item\)\=\| sibling-\( count\| index\)\| calc-size\)\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change @@ -1383,6 +1383,8 @@ view {
13831383 display : cross-fade (15% , url (foo.png), white);
13841384 display : toggle (italic, normal);
13851385 display : first-valid (center, none, 1px );
1386+ display : if (media (screen): red; else: auto);
1387+ display : inherit (--foo , auto);
13861388 display : random (1 , 10 , by 1 );
13871389 display : random-item (--x , red, yellow, green);
13881390 display : sibling-count ();
You can’t perform that action at this time.
0 commit comments