aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
2 files changed, 3 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json
index 79fde83f6..21b20893b 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -738,7 +738,7 @@
"revision": "ed8695ad8de39c3f073da130156f00b1148e2891"
},
"vue": {
- "revision": "91fe2754796cd8fba5f229505a23fa08f3546c06"
+ "revision": "7e48557b903a9db9c38cea3b7839ef7e1f36c693"
},
"wgsl": {
"revision": "40259f3c77ea856841a4e0c4c807705f3e4a2b65"
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" },
}