From 02ff2220d343981be0647feb73960b54bd9602e4 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 13 Feb 2024 10:26:05 +0100 Subject: fix(xml): adapt to repo layout change --- lua/nvim-treesitter/parsers.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 13270b38a..63ec1e8be 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -428,9 +428,9 @@ list.doxygen = { list.dtd = { install_info = { - url = "https://github.com/ObserverOfTime/tree-sitter-xml", + url = "https://github.com/tree-sitter-grammars/tree-sitter-xml", files = { "src/parser.c", "src/scanner.c" }, - location = "tree-sitter-dtd", + location = "dtd", }, maintainers = { "@ObserverOfTime" }, } @@ -2198,9 +2198,9 @@ list.xcompose = { list.xml = { install_info = { - url = "https://github.com/ObserverOfTime/tree-sitter-xml", + url = "https://github.com/tree-sitter-grammars/tree-sitter-xml", files = { "src/parser.c", "src/scanner.c" }, - location = "tree-sitter-xml", + location = "xml", }, maintainers = { "@ObserverOfTime" }, } -- cgit v1.2.3-70-g09d2