fix(xml): adapt to repo layout change

This commit is contained in:
Christian Clason 2024-02-13 10:26:05 +01:00 committed by nvim-treesitter-bot[bot]
parent 10d79b5dbb
commit 02ff2220d3

View file

@ -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" },
}