mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
fix(prolog): switch to github mirror
This commit is contained in:
parent
8a04f1aaa9
commit
caf275382f
2 changed files with 4 additions and 4 deletions
|
|
@ -1567,7 +1567,7 @@ list.prisma = {
|
|||
|
||||
list.problog = {
|
||||
install_info = {
|
||||
url = "https://codeberg.org/foxy/tree-sitter-prolog",
|
||||
url = "https://github.com/foxyseta/tree-sitter-prolog",
|
||||
files = { "src/parser.c" },
|
||||
location = "grammars/problog",
|
||||
},
|
||||
|
|
@ -1576,7 +1576,7 @@ list.problog = {
|
|||
|
||||
list.prolog = {
|
||||
install_info = {
|
||||
url = "https://codeberg.org/foxy/tree-sitter-prolog",
|
||||
url = "https://github.com/foxyseta/tree-sitter-prolog",
|
||||
files = { "src/parser.c" },
|
||||
location = "grammars/prolog",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue