diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-02 17:44:20 +0100 |
|---|---|---|
| committer | Santos Gallegos <stsewd@protonmail.com> | 2021-03-02 12:46:43 -0500 |
| commit | 06660a73a78bb669caaa84338fc155f3f7e0059a (patch) | |
| tree | c2a129c1f37513219758ad9a0517c01c5dc96a33 /lua/nvim-treesitter/parsers.lua | |
| parent | c1a821b71f5561310511041116120b78b53633de (diff) | |
Fix: Allow repo.url to end in ".git"
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
