aboutsummaryrefslogtreecommitdiffstats
path: root/queries/promql
diff options
context:
space:
mode:
authorMichael Hoffmann <mhoffm@posteo.de>2023-07-22 14:41:43 +0200
committerChristian Clason <c.clason@uni-graz.at>2023-07-27 10:22:14 +0200
commit0b0e4601808c2a526abd073e781d41bd50e462b9 (patch)
tree5caeb59f11b14364506b1ef65dbab754575a4b9a /queries/promql
parentfix(c)!: update C, CPP parsers and queries (diff)
downloadnvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar.gz
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar.bz2
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar.lz
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar.xz
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.tar.zst
nvim-treesitter-0b0e4601808c2a526abd073e781d41bd50e462b9.zip
fix(promql): bump parser, fix queries
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
Diffstat (limited to 'queries/promql')
-rw-r--r--queries/promql/highlights.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/queries/promql/highlights.scm b/queries/promql/highlights.scm
index 7c0d1241e..024b7703b 100644
--- a/queries/promql/highlights.scm
+++ b/queries/promql/highlights.scm
@@ -17,13 +17,6 @@
] @operator
[
- "and"
- "unless"
- "or"
- "bool"
-] @keyword.operator
-
-[
"{"
"}"
"["
@@ -44,11 +37,6 @@
(function_name) @function.call
-[
- "by"
- "without"
-] @function
-
(comment) @comment @spell
(ERROR) @error