mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(xml): adapt to repo layout change
This commit is contained in:
parent
10d79b5dbb
commit
02ff2220d3
1 changed files with 4 additions and 4 deletions
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue