From 7a3ecabf567a43b39ea9ffbe0955d5af2a13707e Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 29 Aug 2022 22:53:40 +0200 Subject: highlights(css): fix property highlighting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply fix as suggested by https://github.com/binhtran432k Fixes #3395 Co-authored-by: Trần Đức Bình --- queries/css/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/css/highlights.scm') diff --git a/queries/css/highlights.scm b/queries/css/highlights.scm index d8439d67..7b8438cc 100644 --- a/queries/css/highlights.scm +++ b/queries/css/highlights.scm @@ -42,7 +42,7 @@ (attribute_selector (plain_value) @string) -(pseudo_element_selector (tag_name) @property) +(pseudo_element_selector "::" (tag_name) @property) (pseudo_class_selector (class_name) @property) [ -- cgit v1.2.3