diff --git a/after/syntax/css/webvtt1.vim b/after/syntax/css/webvtt1.vim index e27a0d7..0123c5e 100644 --- a/after/syntax/css/webvtt1.vim +++ b/after/syntax/css/webvtt1.vim @@ -1,2 +1,2 @@ -syn match cssPseudoClassId contained "::\" +syn keyword cssPseudoClassId contained cue cue-region syn region cssPseudoClassLang matchgroup=cssPseudoClassId start="::cue\(-region\)\=(" end=")" oneline