aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNTBBloodbath <bloodbathalchemist@protonmail.com>2022-08-08 23:20:52 -0400
committerChristian Clason <christian.clason@uni-due.de>2022-08-09 09:06:19 +0200
commite9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51 (patch)
tree027bb53c6aa0ab7105e2507c4cdcf42b90fbe70a
parentEnable expandtab (diff)
downloadnvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar.gz
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar.bz2
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar.lz
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar.xz
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.tar.zst
nvim-treesitter-e9ab0341394b41ac9fbd197b0a6ceaff3c4d9e51.zip
chore: update `tree-sitter-http` parser URL
-rw-r--r--README.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 16336b4bc..2e203cae1 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [hjson](https://github.com/winston0410/tree-sitter-hjson) (maintained by @winston0410)
- [x] [hocon](https://github.com/antosha417/tree-sitter-hocon) (maintained by @antosha417)
- [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD)
-- [x] [http](https://github.com/NTBBloodbath/tree-sitter-http) (maintained by @NTBBloodbath)
+- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @NTBBloodbath)
- [x] [java](https://github.com/tree-sitter/tree-sitter-java) (maintained by @p00f)
- [x] [javascript](https://github.com/tree-sitter/tree-sitter-javascript) (maintained by @steelsojka)
- [x] [jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc) (maintained by @steelsojka)
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index c2b78585c..5d9e74c59 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -973,7 +973,7 @@ list.llvm = {
list.http = {
install_info = {
- url = "https://github.com/NTBBloodbath/tree-sitter-http",
+ url = "https://github.com/rest-nvim/tree-sitter-http",
branch = "main",
files = { "src/parser.c" },
generate_requires_npm = true,