highlights(css): fix property highlighting

Apply fix as suggested by https://github.com/binhtran432k

Fixes #3395

Co-authored-by: Trần Đức Bình <binhtran432k@users.noreply.github.com>
This commit is contained in:
Stephan Seitz 2022-08-29 22:53:40 +02:00
parent 00b4ef5759
commit 7a3ecabf56

View file

@ -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)
[