Commit graph

8 commits

Author SHA1 Message Date
Santos Gallegos
6301bf7952 YAML: add locals
This is so incremental selection works
2021-02-10 22:25:12 +01:00
Santos Gallegos
bfcf03853f 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
```
2021-02-07 15:37:21 +01:00
elianiva
9184cf3953 feat: added more indent queries 2021-01-14 14:43:04 +01:00
elianiva
842077acf7 feat: added more fold queries 2021-01-04 11:51:23 +01:00
David Hotham
cafe733e23 wildcards to capture keys 2020-12-25 15:56:49 +01:00
David Hotham
dc0432aa54 simplify treatement of escape sequences 2020-12-25 15:56:49 +01:00
David Hotham
18fd5709b7 remove plus from list of punctuation 2020-12-25 15:56:49 +01:00
David Hotham
4addec1361 first draft of YAML highlighting 2020-12-25 15:56:49 +01:00