Skip to content

Commit b7a3c55

Browse files
committed
1 parent ab6d5e1 commit b7a3c55

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

after/syntax/css/transitions-2.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
syn match cssFontDescriptor "@\(starting-style\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

test/test.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,12 @@ view {
11921192
display: auto;
11931193
}
11941194

1195+
@starting-style {
1196+
.transitions-2 {
1197+
display: auto;
1198+
}
1199+
}
1200+
11951201
.typed-om-1 {
11961202
display: auto;
11971203
}

0 commit comments

Comments
 (0)