parsers(fusion): add .git suffix necessary for Gitlab projects

This commit is contained in:
Stephan Seitz 2021-11-26 22:08:14 +01:00
parent 2d723dedca
commit 3fd8bbd3d8
2 changed files with 2 additions and 2 deletions

View file

@ -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",
},