Skip to content

Commit 0a0b8de

Browse files
committed
Update overflow-4.vim
1 parent 5a208f5 commit 0a0b8de

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

after/syntax/css/overflow-4.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
syn keyword cssFontProp contained overflow-clip-margin-block overflow-clip-margin-block-start overflow-clip-margin-block-end overflow-clip-margin-inline overflow-clip-margin-inline-start overflow-clip-margin-inline-end overflow-clip-margin-top overflow-clip-margin-right overflow-clip-margin-bottom overflow-clip-margin-left
12
syn keyword cssFontAttr contained stable force overflow paginate fragments
23
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(nth-fragment\)(" end=")" oneline

test/test.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,16 @@ mask {
644644
}
645645

646646
.overflow-4::nth-fragment(1) {
647+
overflow-clip-margin-block: auto;
648+
overflow-clip-margin-block-start: auto;
649+
overflow-clip-margin-block-end: auto;
650+
overflow-clip-margin-inline: auto;
651+
overflow-clip-margin-inline-start: auto;
652+
overflow-clip-margin-inline-end: auto;
653+
overflow-clip-margin-top: auto;
654+
overflow-clip-margin-right: auto;
655+
overflow-clip-margin-bottom: auto;
656+
overflow-clip-margin-left: auto;
647657
display: stable;
648658
display: force;
649659
display: overflow;

0 commit comments

Comments
 (0)