File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ syn match cssPseudoClassId contained " ::\< cue\( -region\)\=\> "
2+ syn region cssPseudoClassLang matchgroup =cssPseudoClassId start =" ::cue\( -region\)\= (" end =" )" oneline
Original file line number Diff line number Diff line change @@ -76,4 +76,5 @@ syn include @htmlCss syntax/css/selectors.vim
7676syn include @htmlCss syntax/css/selectors4.vim
7777syn include @htmlCss syntax/css/svg2.vim
7878syn include @htmlCss syntax/css/web-animations-1.vim
79+ syn include @htmlCss syntax/css/webvtt1.vim
7980syn include @htmlCss syntax/css/worklets-1.vim
Original file line number Diff line number Diff line change 871871 display : auto;
872872}
873873
874+ .webvtt1 ::cue ,
875+ .webvtt1 ::cue-region ,
876+ .webvtt1 ::cue (# cue1 ),
877+ .webvtt1 ::cue-region (# scroll ), {
878+ display : auto;
879+ }
880+
874881.will-change-1 {
875882 will-change : scroll-position;
876883}
Original file line number Diff line number Diff line change 951951}
952952</ style >
953953< style >
954+ .webvtt1 ::cue ,
955+ .webvtt1 ::cue-region ,
956+ .webvtt1 ::cue (# cue1 ),
957+ .webvtt1 ::cue-region (# scroll ), {
958+ display : auto;
959+ }
960+ </ style >
961+ < style >
954962.will-change-1 {
955963 will-change : scroll-position;
956964}
You can’t perform that action at this time.
0 commit comments