fix(css): tweak operator keyword highlights

This commit is contained in:
Riley Bruins 2023-11-22 14:53:56 -08:00 committed by Amaan Qureshi
parent cd583cfb5b
commit 2a5f6c9eb7

View file

@ -34,11 +34,14 @@
"~="
"$="
"*="
] @operator
[
"and"
"or"
"not"
"only"
] @operator
] @keyword.operator
(important) @type.qualifier