From b5dbe13fb11fb0a422453846e9b3c74b0b636a80 Mon Sep 17 00:00:00 2001 From: vrugtehagel Date: Sat, 31 Aug 2024 14:30:33 +0200 Subject: [PATCH] Rename and actually add the new property to be included --- CSS3.sublime-syntax | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSS3.sublime-syntax b/CSS3.sublime-syntax index cfc3b75..e3f4a1e 100644 --- a/CSS3.sublime-syntax +++ b/CSS3.sublime-syntax @@ -3659,6 +3659,7 @@ contexts: # Properties with names that are two or more words are given a higher # precedence because they are less likely to mismatch. + - include: property-accent-color - include: property-align-content - include: property-align-items - include: property-align-self @@ -4083,7 +4084,7 @@ contexts: - include: identifier # CSS Basic User Interface Module Level 4 - property-color: + property-accent-color: - match: \b(accent-color)\s*(:) captures: 1: support.type.property-name.css