aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNTBBloodbath <bloodbathalchemist@protonmail.com>2024-03-17 07:27:42 -0400
committerObserverOfTime <chronobserver@disroot.org>2024-03-18 00:46:59 +0200
commitc4e0f290d744ceede4ec0c464a5f985e821b1502 (patch)
treea7c68b0b1d0b576762507ef61491581ee57593c4 /README.md
parentbot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_i... (diff)
downloadnvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar.gz
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar.bz2
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar.lz
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar.xz
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.tar.zst
nvim-treesitter-c4e0f290d744ceede4ec0c464a5f985e821b1502.zip
feat(http): switch to new parser version
fix(http): use `@variable.member` for fields fix(http): keep the comment injection fix(http): keep `method` capture as `@function.method` docs(README.md): update HTTP parser maintainers list feat(http): remove redundant captures cleanup(http): remove unneedeed highlighting captures
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23020bc39..496a9a82b 100644
--- a/README.md
+++ b/README.md
@@ -273,7 +273,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [hoon](https://github.com/urbit-pilled/tree-sitter-hoon) (experimental, maintained by @urbit-pilled)
- [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD)
- [x] [htmldjango](https://github.com/interdependence/tree-sitter-htmldjango) (experimental, maintained by @ObserverOfTime)
-- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @amaanq)
+- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @amaanq, @NTBBloodbath)
- [x] [hurl](https://github.com/pfeiferj/tree-sitter-hurl) (maintained by @pfeiferj)
- [x] [hyprlang](https://github.com/luckasRanarison/tree-sitter-hyprlang) (maintained by @luckasRanarison)
- [x] [ini](https://github.com/justinmk/tree-sitter-ini) (experimental, maintained by @theHamsta)