File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn keyword cssFontProp contained anchor- name anchor- scope inset- area position- anchor position- try position- try- options position- try- order
2
- syn keyword cssFontAttr contained span- left span- right span- x- start span- x- end x- self- start x- self- end span- x- self- start span- x- self- end span- all span- top span- bottom span- y- start span- y- end y- self- start y- self- end span- y- self- start span- y- self- end block- start block- end span- block- start span- block- end self- block- start self- block- end span- self- block- start span- self- block- end inline- start inline- end span- inline- start span- inline- end self- inline- start self- inline- end span- self- inline- start span- self- inline- end span- start span- end self- start self- end span- self- start span- self- end implicit most- width most- height most- block- size most- inline- size flip- block flip- inline flip- start
2
+ syn keyword cssFontAttr contained span- left span- right span- x- start span- x- end x- self- start x- self- end span- x- self- start span- x- self- end span- all span- top span- bottom span- y- start span- y- end y- self- start y- self- end span- y- self- start span- y- self- end block- start block- end span- block- start span- block- end self- block- start self- block- end span- self- block- start span- self- block- end inline- start inline- end span- inline- start span- inline- end self- inline- start self- inline- end span- self- inline- start span- self- inline- end span- start span- end self- start self- end span- self- start span- self- end implicit anchor- center most- width most- height most- block- size most- inline- size flip- block flip- inline flip- start
3
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \< anchor\( -size\)\=\s *(" end =" )" oneline keepend
3
4
syn match cssFontDescriptor " @position-try\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 52
52
display : span-self-start;
53
53
display : span-self-end;
54
54
display : implicit;
55
+ display : anchor-center;
55
56
display : most-width;
56
57
display : most-height;
57
58
display : most-block-size;
58
59
display : most-inline-size;
59
60
display : flip-block;
60
61
display : flip-inline;
61
- display : flip-start
62
+ display : flip-start;
63
+ display : anchor (--x 50% );
64
+ display : anchor-size (--foo height);
62
65
}
63
66
64
67
.animations-1 {
You can’t perform that action at this time.
0 commit comments