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 = { list.dtd = {
install_info = { 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" }, files = { "src/parser.c", "src/scanner.c" },
location = "tree-sitter-dtd", location = "dtd",
}, },
maintainers = { "@ObserverOfTime" }, maintainers = { "@ObserverOfTime" },
} }
@ -2198,9 +2198,9 @@ list.xcompose = {
list.xml = { list.xml = {
install_info = { 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" }, files = { "src/parser.c", "src/scanner.c" },
location = "tree-sitter-xml", location = "xml",
}, },
maintainers = { "@ObserverOfTime" }, maintainers = { "@ObserverOfTime" },
} }