mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue