File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 anchor- center most- width most- height most- block- size most- inline- size flip- block flip- inline flip- start
1
+ syn keyword cssFontProp contained anchor- name anchor- scope position - area position- anchor position- try position- try- fallbacks position- try- order position - visibility
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 anchor- center most- width most- height most- block- size most- inline- size flip- block flip- inline flip- start
3
3
syn region cssFunction contained matchgroup =cssFunctionName start =" \< anchor\( -size\)\=\s *(" end =" )" oneline keepend
4
4
syn match cssFontDescriptor " @position-try\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 13
13
@position-try --anchor-position-1 {
14
14
anchor-name : auto;
15
15
anchor-scope : auto;
16
- inset -area: auto;
16
+ position -area: auto;
17
17
position-anchor : auto;
18
18
position-try : auto;
19
- position-try-options : auto;
19
+ position-try-fallbacks : auto;
20
20
position-try-order : auto;
21
+ position-visibility : auto;
21
22
display : span-left;
22
23
display : span-right;
23
24
display : span-x-start;
51
52
display : span-end;
52
53
display : span-self-start;
53
54
display : span-self-end;
54
- display : implicit;
55
55
display : anchor-center;
56
56
display : most-width;
57
57
display : most-height;
You can’t perform that action at this time.
0 commit comments