nvim-treesitter/queries/yaml
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
..
folds.scm Yaml: fix folds 2021-02-07 15:37:21 +01:00
highlights.scm yaml: improve highlights and locals (#946) 2021-10-26 22:47:59 -05:00
indents.scm fix(indents/yaml): indent sequence/list items 2022-06-14 22:37:52 +02:00
injections.scm injections(yaml): inject at command list for Gitlab script 2022-02-05 18:25:35 +01:00
locals.scm yaml: improve highlights and locals (#946) 2021-10-26 22:47:59 -05:00