diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-04-18 16:51:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 21:51:03 +0000 |
| commit | 574bd5ae37a5b460d99d10b0c315fbb3246bdc10 (patch) | |
| tree | befc644a91830e646bedfc00fde21714cdd2335a /lua | |
| parent | 15f27cf3014f5f437c16f17e3da73f420f61432b (diff) | |
YAML: update queries (#1203)
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4cd99a11..e3dfeb5c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -352,7 +352,8 @@ list.yaml = { install_info = { url = "https://github.com/ikatyang/tree-sitter-yaml", files = { "src/parser.c", "src/scanner.cc" }, - } + }, + maintainers = {"@stsewd"}, } list.nix = { |
