Skip to content

Commit

Permalink
Add transitions-2.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Sep 6, 2023
1 parent ab6d5e1 commit b7a3c55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions after/syntax/css/transitions-2.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
syn match cssFontDescriptor "@\(starting-style\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
6 changes: 6 additions & 0 deletions test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,12 @@ view {
display: auto;
}

@starting-style {
.transitions-2 {
display: auto;
}
}

.typed-om-1 {
display: auto;
}
Expand Down

0 comments on commit b7a3c55

Please sign in to comment.