diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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" }, } |
