mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
parsers(fusion): add .git suffix necessary for Gitlab projects
This commit is contained in:
parent
2d723dedca
commit
3fd8bbd3d8
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ list.rust = {
|
|||
|
||||
list.fusion = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion.git",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue