From b8f07b30eff75504b5e01ede43f38809948f5682 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 15 Mar 2024 03:13:26 -0400 Subject: feat(yaml)!: switch upstream parser --- lua/nvim-treesitter/parsers.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bbd07e17a..a365e219c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2274,10 +2274,10 @@ list.xml = { list.yaml = { install_info = { - url = "https://github.com/ikatyang/tree-sitter-yaml", - files = { "src/parser.c", "src/scanner.cc" }, + url = "https://github.com/tree-sitter-grammars/tree-sitter-yaml", + files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@stsewd" }, + maintainers = { "@amaanq" }, } list.yang = { -- cgit v1.2.3-70-g09d2