From 6b93dcd15a0f13d6ef74c743d8015ff34f367a8d Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 9 Feb 2024 12:05:52 -0500 Subject: chore(vue): adapt to scanner rewrite (#6068) --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2fb93ec8b..d2985abb8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2146,8 +2146,8 @@ list.vimdoc = { list.vue = { install_info = { - url = "https://github.com/ikatyang/tree-sitter-vue", - files = { "src/parser.c", "src/scanner.cc" }, + url = "https://github.com/tree-sitter-grammars/tree-sitter-vue", + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@WhyNotHugo" }, } -- cgit v1.2.3-70-g09d2