aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-03 09:47:31 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-03 13:31:26 +0200
commitcaf275382f91ec8a2498d455c4d7d3fd0265ebd3 (patch)
tree2633466ec74abfe0583433fbff2af154ff143d7e /lua
parentbot(lockfile): update idl, rbs, v (diff)
downloadnvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar.gz
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar.bz2
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar.lz
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar.xz
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.tar.zst
nvim-treesitter-caf275382f91ec8a2498d455c4d7d3fd0265ebd3.zip
fix(prolog): switch to github mirror
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",
},