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
```
This commit is contained in:
Phelipe Teles 2022-06-05 20:11:18 -03:00 committed by Stephan Seitz
parent e6ff4c8084
commit 5e8ec943f8

View file

@ -1,3 +1,4 @@
[
(block_mapping_pair)
(block_sequence_item)
] @indent