highlights(prql): replace and and or operators

This commit is contained in:
Matthias Queitsch 2023-04-17 19:28:34 +02:00 committed by Amaan Qureshi
parent 351e43d5ef
commit 1185a35705
2 changed files with 3 additions and 3 deletions

View file

@ -363,7 +363,7 @@
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
},
"prql": {
"revision": "4045dcff3f8ac04669855b32584053dec065bba4"
"revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
},
"pug": {
"revision": "884e225b5ecca5d885ae627275f16ef648acd42e"

View file

@ -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