mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix: use @tag for css universal selector
This commit is contained in:
parent
42fc28ba91
commit
ee7a55c75f
1 changed files with 3 additions and 4 deletions
|
|
@ -27,10 +27,7 @@
|
|||
(feature_name)
|
||||
] @property
|
||||
|
||||
[
|
||||
(nesting_selector)
|
||||
(universal_selector)
|
||||
] @character.special
|
||||
(nesting_selector) @character.special
|
||||
|
||||
(function_name) @function
|
||||
|
||||
|
|
@ -58,6 +55,8 @@
|
|||
|
||||
(important) @keyword.modifier
|
||||
|
||||
(universal_selector) @tag
|
||||
|
||||
(attribute_selector
|
||||
(plain_value) @string)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue