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 {
234
232
}
235
233
236
234
.display-3 {
237
- display : flow;
238
- display : flow-root;
239
235
display : contents;
240
236
display : ruby;
241
237
display : ruby-base;
400
396
}
401
397
402
398
.grid-1 {
403
- grid-template : auto;
404
399
display : minmax (0 , 1 );
405
400
display : repeat (4 );
406
- display : 0.2fr ;
407
401
display : dense;
408
402
display : auto-flow;
409
403
display : span;
@@ -946,12 +940,8 @@ view {
946
940
}
947
941
948
942
.text-3 {
949
- hyphens : auto;
950
- line-break : auto;
951
- overflow-wrap : auto;
952
943
tab-size : auto;
953
944
text-align-all : auto;
954
- display : manual;
955
945
display : loose;
956
946
display : strict;
957
947
display : match-parent;
@@ -1069,12 +1059,8 @@ view {
1069
1059
1070
1060
.values-3 {
1071
1061
display : 1ch ;
1072
- display : 1vw ;
1073
- display : 1vh ;
1074
- display : 1vmin ;
1075
1062
display : 1q ;
1076
1063
display : 1turn ;
1077
- display : calc (100% / 3 - 2 * 1em - 2 * 1px );
1078
1064
}
1079
1065
1080
1066
.values-4 {
@@ -1091,8 +1077,7 @@ view {
1091
1077
}
1092
1078
1093
1079
.variables-1 {
1094
- --var-foo : auto;
1095
- display : var (foo);
1080
+ display : auto;
1096
1081
}
1097
1082
1098
1083
.web-animations-1 {
You can’t perform that action at this time.
0 commit comments