mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(promql): bump parser, fix queries
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
parent
ad3805f5c3
commit
0b0e460180
2 changed files with 1 additions and 13 deletions
|
|
@ -396,7 +396,7 @@
|
||||||
"revision": "eca2596a355b1a9952b4f80f8f9caed300a272b5"
|
"revision": "eca2596a355b1a9952b4f80f8f9caed300a272b5"
|
||||||
},
|
},
|
||||||
"promql": {
|
"promql": {
|
||||||
"revision": "655afc4fe6813f38bde087d6493d8fd4920d6d4a"
|
"revision": "4b6b9f399dc58e408c81da8d8fd7e66ab617eef3"
|
||||||
},
|
},
|
||||||
"proto": {
|
"proto": {
|
||||||
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
"revision": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"
|
||||||
|
|
|
||||||
|
|
@ -16,13 +16,6 @@
|
||||||
"!~"
|
"!~"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
[
|
|
||||||
"and"
|
|
||||||
"unless"
|
|
||||||
"or"
|
|
||||||
"bool"
|
|
||||||
] @keyword.operator
|
|
||||||
|
|
||||||
[
|
[
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
|
|
@ -44,11 +37,6 @@
|
||||||
|
|
||||||
(function_name) @function.call
|
(function_name) @function.call
|
||||||
|
|
||||||
[
|
|
||||||
"by"
|
|
||||||
"without"
|
|
||||||
] @function
|
|
||||||
|
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue