helix/runtime/queries/yaml/indents.scm

9 lines
146 B
Scheme
Raw Normal View History

(block_scalar) @indent @extend
2022-03-30 23:08:07 +08:00
((block_mapping_pair
key: (_) @key
value: (_)? @val
(#not-same-line? @key @val)
) @indent @extend
)