mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix(css): make the highlights more sensible
This commit is contained in:
parent
fa38f4e6f9
commit
505a0e74cb
3 changed files with 31 additions and 25 deletions
|
|
@ -23,10 +23,10 @@
|
|||
(css_identifier) @function
|
||||
|
||||
(css_property
|
||||
name: (css_property_name) @attribute)
|
||||
name: (css_property_name) @property)
|
||||
|
||||
(css_property
|
||||
value: (css_property_value) @attribute)
|
||||
value: (css_property_value) @string)
|
||||
|
||||
[
|
||||
(expression)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue