diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d27117a1a..2f3654fc5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1893,10 +1893,10 @@ list.surface = { list.svelte = { install_info = { - url = "https://github.com/Himujjal/tree-sitter-svelte", + url = "https://github.com/tree-sitter-grammars/tree-sitter-svelte", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@elianiva" }, + maintainers = { "@amaanq" }, } list.swift = { |
