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;
@@ -968,12 +962,8 @@ view {
968
962
}
969
963
970
964
.text-3 {
971
- hyphens : auto;
972
- line-break : auto;
973
- overflow-wrap : auto;
974
965
tab-size : auto;
975
966
text-align-all : auto;
976
- display : manual;
977
967
display : loose;
978
968
display : strict;
979
969
display : match-parent;
@@ -1091,12 +1081,8 @@ view {
1091
1081
1092
1082
.values-3 {
1093
1083
display : 1ch ;
1094
- display : 1vw ;
1095
- display : 1vh ;
1096
- display : 1vmin ;
1097
1084
display : 1q ;
1098
1085
display : 1turn ;
1099
- display : calc (100% / 3 - 2 * 1em - 2 * 1px );
1100
1086
}
1101
1087
1102
1088
.values-4 {
@@ -1113,8 +1099,7 @@ view {
1113
1099
}
1114
1100
1115
1101
.variables-1 {
1116
- --var-foo : auto;
1117
- display : var (foo);
1102
+ display : auto;
1118
1103
}
1119
1104
1120
1105
.web-animations-1 {
You can’t perform that action at this time.
0 commit comments