mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(yaml): typo in promql injection (#5130)
This commit is contained in:
parent
9fa6806b88
commit
4115fad9fd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
(flow_node) @promql))))
|
(flow_node) @promql))))
|
||||||
|
|
||||||
(block_mapping_pair
|
(block_mapping_pair
|
||||||
key: (flow_node) @_expr (#eq @_expr "expr")
|
key: (flow_node) @_expr (#eq? @_expr "expr")
|
||||||
value: (block_node
|
value: (block_node
|
||||||
(block_sequence
|
(block_sequence
|
||||||
(block_sequence_item
|
(block_sequence_item
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue