From 574bd5ae37a5b460d99d10b0c315fbb3246bdc10 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sun, 18 Apr 2021 16:51:03 -0500 Subject: YAML: update queries (#1203) Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18 --- lua/nvim-treesitter/parsers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4cd99a11f..e3dfeb5c0 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 = { -- cgit v1.2.3-70-g09d2