Skip to content

Commit 4f8d08e

Browse files
committed
1 parent 8d496ec commit 4f8d08e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

after/syntax/css/multicol-2.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
syn keyword cssPseudoClassId contained column

test/test.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,10 @@ mask {
720720
display: balance-all;
721721
}
722722

723+
.multicol-2::column {
724+
display: auto:
725+
}
726+
723727
.namespace-3 {
724728
display: auto;
725729
}

0 commit comments

Comments
 (0)