From 91b78456d489807fde2048c18b9e963c6847dccc Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 10 Jul 2025 07:26:37 +0900 Subject: [PATCH] Use keyword --- after/syntax/css/webvtt1.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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