mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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"
|
"and"
|
||||||
"or"
|
"or"
|
||||||
"not"
|
"not"
|
||||||
"only"
|
"only"
|
||||||
] @operator
|
] @keyword.operator
|
||||||
|
|
||||||
(important) @type.qualifier
|
(important) @type.qualifier
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue