nvim-treesitter/queries/yaml
Santos Gallegos c3603ddad1
Yaml: update locals (#1172)
The parser doesn't break the symbols in `*` `&` from the name of
anchors/aliases. So go to definition doesn't work, but highlight of
usage does :D

Test with

```yaml
Defaults: &defaults
  Company: foo
  Item: 123

Computer:
  <<: *defaults
  <<: *defaults
  Price: 3000
```

Ref https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
2021-04-09 19:36:19 -05:00
..
folds.scm Yaml: fix folds 2021-02-07 15:37:21 +01:00
highlights.scm wildcards to capture keys 2020-12-25 15:56:49 +01:00
indents.scm feat: added more indent queries 2021-01-14 14:43:04 +01:00
injections.scm Add comment parser to highlight comment tags (#893) 2021-03-12 11:21:46 -05:00
locals.scm Yaml: update locals (#1172) 2021-04-09 19:36:19 -05:00