Yaml: fix folds

Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/887

(block_node) includes more nodes to fold, test with:

```yaml
days:
  Monday:
    - test: example
  Tuesday:
    - test: example
  Wednesday:
    - test: example
    - test: example
  Thursday:
    - test: example
  Friday:
    - test: example
    - foo: |
        One
        Two
        Three
```
This commit is contained in:
Santos Gallegos 2021-02-06 18:43:49 -05:00 committed by Thomas Vigouroux
parent 51d70c9f0c
commit bfcf03853f

View file

@ -1,3 +1,3 @@
[
(block_mapping_pair)
(block_node)
] @fold