aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 7711f7ca1..5078a3e7d 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",
},