mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(css): universal selector "*" has precedence over operator (#7948)
This commit is contained in:
parent
c29969e8ef
commit
a64ef334be
1 changed files with 5 additions and 5 deletions
|
|
@ -27,11 +27,6 @@
|
||||||
(feature_name)
|
(feature_name)
|
||||||
] @property
|
] @property
|
||||||
|
|
||||||
[
|
|
||||||
(nesting_selector)
|
|
||||||
(universal_selector)
|
|
||||||
] @character.special
|
|
||||||
|
|
||||||
(function_name) @function
|
(function_name) @function
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -58,6 +53,11 @@
|
||||||
|
|
||||||
(important) @keyword.modifier
|
(important) @keyword.modifier
|
||||||
|
|
||||||
|
[
|
||||||
|
(nesting_selector)
|
||||||
|
(universal_selector)
|
||||||
|
] @character.special
|
||||||
|
|
||||||
(attribute_selector
|
(attribute_selector
|
||||||
(plain_value) @string)
|
(plain_value) @string)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue