Skip to content

Commit bb0b14c

Browse files
committed
1 parent d578651 commit bb0b14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

after/syntax/css/lists-3.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syn match cssGeneratedContentProp contained "\<marker-side\>"
22
syn match cssGeneratedContentProp contained "\<counter-set\>"
33
syn keyword cssGeneratedContentAttr contained marker
4+
syn match cssGeneratedContentAttr contained "\<match-self\>"
45
syn match cssGeneratedContentAttr contained "\<list-container\>"
5-
syn keyword cssPseudoClassId contained marker
66
syn region cssFunction contained matchgroup=cssFunctionName start="\<counters\s*(" end=")" oneline keepend

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ template {
462462
.lists-3::marker {
463463
marker-side: auto;
464464
counter-set: auto;
465-
display: marker;
465+
display: match-self;
466466
display: list-container;
467467
display: counters(lack-of-example);
468468
}

0 commit comments

Comments
 (0)