mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
highlights(prql): replace and and or operators
This commit is contained in:
parent
351e43d5ef
commit
1185a35705
2 changed files with 3 additions and 3 deletions
|
|
@ -363,7 +363,7 @@
|
|||
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
||||
},
|
||||
"prql": {
|
||||
"revision": "4045dcff3f8ac04669855b32584053dec065bba4"
|
||||
"revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
|
||||
},
|
||||
"pug": {
|
||||
"revision": "884e225b5ecca5d885ae627275f16ef648acd42e"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ alias: (identifier) @field
|
|||
"!="
|
||||
">="
|
||||
">"
|
||||
"&&"
|
||||
"||"
|
||||
(bang)
|
||||
] @operator
|
||||
|
||||
|
|
@ -131,8 +133,6 @@ alias: (identifier) @field
|
|||
] @boolean
|
||||
|
||||
[
|
||||
(keyword_and)
|
||||
(keyword_or)
|
||||
(keyword_in)
|
||||
] @keyword.operator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue