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 11syn keyword cssFontAttr contained contents discard
2- syn match cssFontAttr contained " \< flow\( -root\)\=\> "
32syn 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\> "
21syn keyword cssFontAttr contained dense span
32syn match cssFontAttr contained " \< auto-flow\> "
4- syn match cssValueNumber contained " [01]\( .\d\+\)\= fr"
53syn 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\> "
41syn match cssTextProp contained " \< tab-size\> "
52syn 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
74syn match cssTextAttr contained " \< match-parent\> "
85syn match cssTextAttr contained " \< each-line\> "
96syn 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\) "
22syn 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 7272}
7373
7474.cascade-3 {
75- all : auto;
76- display : initial;
77- display : unset;
75+ display : auto;
7876}
7977
8078.cascade-4 {
241239}
242240
243241.display-3 {
244- display : flow;
245- display : flow-root;
246242 display : contents;
247243 display : ruby;
248244 display : ruby-base;
410406}
411407
412408.grid-1 {
413- grid-template : auto;
414409 display : minmax (0 , 1 );
415410 display : repeat (4 );
416- display : 0.2fr ;
417411 display : dense;
418412 display : auto-flow;
419413 display : span;
@@ -968,12 +962,8 @@ view {
968962}
969963
970964.text-3 {
971- hyphens : auto;
972- line-break : auto;
973- overflow-wrap : auto;
974965 tab-size : auto;
975966 text-align-all : auto;
976- display : manual;
977967 display : loose;
978968 display : strict;
979969 display : match-parent;
@@ -1091,12 +1081,8 @@ view {
10911081
10921082.values-3 {
10931083 display : 1ch ;
1094- display : 1vw ;
1095- display : 1vh ;
1096- display : 1vmin ;
10971084 display : 1q ;
10981085 display : 1turn ;
1099- display : calc (100% / 3 - 2 * 1em - 2 * 1px );
11001086}
11011087
11021088.values-4 {
@@ -1113,8 +1099,7 @@ view {
11131099}
11141100
11151101.variables-1 {
1116- --var-foo : auto;
1117- display : var (foo);
1102+ display : auto;
11181103}
11191104
11201105.web-animations-1 {
You can’t perform that action at this time.
0 commit comments