fix(promql): bump parser, fix queries

Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
Michael Hoffmann 2023-07-22 14:41:43 +02:00 committed by Christian Clason
parent ad3805f5c3
commit 0b0e460180
2 changed files with 1 additions and 13 deletions

View file

@ -16,13 +16,6 @@
"!~"
] @operator
[
"and"
"unless"
"or"
"bool"
] @keyword.operator
[
"{"
"}"
@ -44,11 +37,6 @@
(function_name) @function.call
[
"by"
"without"
] @function
(comment) @comment @spell
(ERROR) @error