summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-03-01 17:18:51 +0100
committerStephan Seitz <stephan.lauf@yahoo.de>2021-03-02 16:55:18 +0100
commit1df50b3435e4753c56a58c80fd9486c2213138a8 (patch)
treef73c8dcdbc5640b8fc91e72ac575d614432cf743 /lua/nvim-treesitter/parsers.lua
parent866f39bb712985eb33b23159aabf33a3af5873ec (diff)
Fix #972: Add tar-download support for Gitlab
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 8ce9552f..506020b6 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.git",
+ url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc",
files = { "src/parser.c" },
},
readme_name = "JSON with comments",