From 06660a73a78bb669caaa84338fc155f3f7e0059a Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 2 Mar 2021 17:44:20 +0100 Subject: Fix: Allow repo.url to end in ".git" --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/parsers.lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 506020b6..8ce9552f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -317,7 +317,7 @@ list.vue = { list.jsonc = { install_info = { - url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc", + url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git", files = { "src/parser.c" }, }, readme_name = "JSON with comments", -- cgit v1.2.3