mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
10 lines
257 B
Scheme
10 lines
257 B
Scheme
(comment) @comment
|
|
|
|
(block_mapping_pair
|
|
key: (flow_node) @_run (#eq? @_run "run")
|
|
value: (flow_node
|
|
(plain_scalar) @bash))
|
|
|
|
(block_mapping_pair
|
|
key: (flow_node) @_run (#eq? @_run "run")
|
|
value: (block_node) @bash (#offset! @bash 0 0 0 0))
|