mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -69,7 +69,7 @@
|
|||
"revision": "f0f2f100952a353e64e26b0fa710b4c296d7af13"
|
||||
},
|
||||
"fusion": {
|
||||
"revision": "warning: redirecting to https://gitlab.com/jirgn/tree-sitter-fusion.git/"
|
||||
"revision": "b65d8c28c286aacb5e23ed8ccd4b03c9dd805039"
|
||||
},
|
||||
"gdscript": {
|
||||
"revision": "27254af00006703a333e9b347e38aff8012d050a"
|
||||
|
|
|
|||
|
|
@ -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