nvim-treesitter/queries/yaml
Santos Gallegos fe4e4aa286
yaml: improve highlights and locals (#946)
- More scopes
- Highlight strings as strings
- Recognize more keys/fields

Improvements can be seen with this weird yaml:

```yaml
{ foo: bar }
---
{a: [b, c], [d, e]: f}

---
- { single line, a: b}
- { multi
  line, a: b}
---

"fooo": bar
'foo': bar
one: two
```
2021-10-26 22:47:59 -05: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 feat: added more indent queries 2021-01-14 14:43:04 +01:00
injections.scm Revert "Comment: use @combined to create just one tree per buffer (#1252)" 2021-05-07 16:51:57 +02:00
locals.scm yaml: improve highlights and locals (#946) 2021-10-26 22:47:59 -05:00