nvim-treesitter/queries/yaml/indents.scm
Phelipe Teles 5e8ec943f8 fix(indents/yaml): indent sequence/list items
This solves the second issue reported at #1377, in which the cursor
would not be aligned with the line "key2: value2" when entering a new
line below it.

```yaml
- key1: value1
  key2: value2
```
2022-06-14 22:37:52 +02:00

4 lines
59 B
Scheme

[
(block_mapping_pair)
(block_sequence_item)
] @indent