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

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