File tree Expand file tree Collapse file tree 7 files changed +4
-30
lines changed Expand file tree Collapse file tree 7 files changed +4
-30
lines changed Original file line number Diff line number Diff line change 1
- syn keyword cssFontProp all
2
- syn keyword cssCommonAttr contained initial unset
Original file line number Diff line number Diff line change 1
1
syn keyword cssFontAttr contained contents discard
2
- syn match cssFontAttr contained " \< flow\( -root\)\=\> "
3
2
syn match cssBoxAttr contained " \< ruby\( -\( base\( -group\)\=\| text\( -group\)\=\)\)\=\> "
Original file line number Diff line number Diff line change 1
- syn match cssFontProp contained " \< grid-template\> "
2
1
syn keyword cssFontAttr contained dense span
3
2
syn match cssFontAttr contained " \< auto-flow\> "
4
- syn match cssValueNumber contained " [01]\( .\d\+\)\= fr"
5
3
syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( minmax\| repeat\)\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change 1
- syn keyword cssTextProp contained hyphens
2
- syn match cssTextProp contained " \< line-break\> "
3
- syn match cssTextProp contained " \< overflow-wrap\> "
4
1
syn match cssTextProp contained " \< tab-size\> "
5
2
syn match cssTextProp contained " \< text-align-all\> "
6
- syn keyword cssTextAttr contained manual loose strict hanging anywhere
3
+ syn keyword cssTextAttr contained loose strict hanging anywhere
7
4
syn match cssTextAttr contained " \< match-parent\> "
8
5
syn match cssTextAttr contained " \< each-line\> "
9
6
syn match cssTextAttr contained " \< full-width\> "
Original file line number Diff line number Diff line change 1
- syn match cssValueLength contained " [-+]\=\d\+\(\.\d *\)\=\( ch\| vw \| vh \| vmin \| vmax \| q\) "
1
+ syn match cssValueLength contained " [-+]\=\d\+\(\.\d *\)\=\( ch\| q\) "
2
2
syn match cssValueAngle contained " [-+]\=\d\+\(\.\d *\)\= turn"
3
- syn region cssFunction contained matchgroup =cssFunctionName start =" \< calc\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change 1
- syn match cssFontProp contained " \< --[A-Za-z_][A-Za-z0-9_-]\+\> "
2
- syn region cssFunction contained matchgroup =cssFunctionName start =" \< var\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change 72
72
}
73
73
74
74
.cascade-3 {
75
- all : auto;
76
- display : initial;
77
- display : unset;
75
+ display : auto;
78
76
}
79
77
80
78
.cascade-4 {
241
239
}
242
240
243
241
.display-3 {
244
- display : flow;
245
- display : flow-root;
246
242
display : contents;
247
243
display : ruby;
248
244
display : ruby-base;
410
406
}
411
407
412
408
.grid-1 {
413
- grid-template : auto;
414
409
display : minmax (0 , 1 );
415
410
display : repeat (4 );
416
- display : 0.2fr ;
417
411
display : dense;
418
412
display : auto-flow;
419
413
display : span;
@@ -960,12 +954,8 @@ view {
960
954
}
961
955
962
956
.text-3 {
963
- hyphens : auto;
964
- line-break : auto;
965
- overflow-wrap : auto;
966
957
tab-size : auto;
967
958
text-align-all : auto;
968
- display : manual;
969
959
display : loose;
970
960
display : strict;
971
961
display : match-parent;
@@ -1083,12 +1073,8 @@ view {
1083
1073
1084
1074
.values-3 {
1085
1075
display : 1ch ;
1086
- display : 1vw ;
1087
- display : 1vh ;
1088
- display : 1vmin ;
1089
1076
display : 1q ;
1090
1077
display : 1turn ;
1091
- display : calc (100% / 3 - 2 * 1em - 2 * 1px );
1092
1078
}
1093
1079
1094
1080
.values-4 {
@@ -1105,8 +1091,7 @@ view {
1105
1091
}
1106
1092
1107
1093
.variables-1 {
1108
- --var-foo : auto;
1109
- display : var (foo);
1094
+ display : auto;
1110
1095
}
1111
1096
1112
1097
.web-animations-1 {
You can’t perform that action at this time.
0 commit comments