mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
fix: change back to character.special
This commit is contained in:
parent
0b2816f43e
commit
771d8c45b1
1 changed files with 4 additions and 3 deletions
|
|
@ -27,8 +27,6 @@
|
|||
(feature_name)
|
||||
] @property
|
||||
|
||||
(nesting_selector) @character.special
|
||||
|
||||
(function_name) @function
|
||||
|
||||
[
|
||||
|
|
@ -55,7 +53,10 @@
|
|||
|
||||
(important) @keyword.modifier
|
||||
|
||||
(universal_selector) @tag
|
||||
[
|
||||
(nesting_selector)
|
||||
(universal_selector)
|
||||
] @character.special
|
||||
|
||||
(attribute_selector
|
||||
(plain_value) @string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue