mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
fix(css): tweak operator keyword highlights
This commit is contained in:
parent
cd583cfb5b
commit
2a5f6c9eb7
1 changed files with 4 additions and 1 deletions
|
|
@ -34,11 +34,14 @@
|
|||
"~="
|
||||
"$="
|
||||
"*="
|
||||
] @operator
|
||||
|
||||
[
|
||||
"and"
|
||||
"or"
|
||||
"not"
|
||||
"only"
|
||||
] @operator
|
||||
] @keyword.operator
|
||||
|
||||
(important) @type.qualifier
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue