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

@ -396,7 +396,7 @@
"revision": "eca2596a355b1a9952b4f80f8f9caed300a272b5"
},
"promql": {
"revision": "655afc4fe6813f38bde087d6493d8fd4920d6d4a"
"revision": "4b6b9f399dc58e408c81da8d8fd7e66ab617eef3"
},
"proto": {
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"

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