File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssGeneratedContentProp contained " \< marker-side\> "
2
2
syn match cssGeneratedContentProp contained " \< counter-set\> "
3
3
syn keyword cssGeneratedContentAttr contained marker
4
+ syn match cssGeneratedContentAttr contained " \< match-self\> "
4
5
syn match cssGeneratedContentAttr contained " \< list-container\> "
5
- syn keyword cssPseudoClassId contained marker
6
6
syn region cssFunction contained matchgroup =cssFunctionName start =" \< counters\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ template {
462
462
.lists-3 ::marker {
463
463
marker-side : auto;
464
464
counter-set : auto;
465
- display : marker ;
465
+ display : match-self ;
466
466
display : list-container;
467
467
display : counters (lack-of-example);
468
468
}
You can’t perform that action at this time.
0 commit comments