mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
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:
parent
00b4ef5759
commit
7a3ecabf56
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue