aboutsummaryrefslogtreecommitdiffstats
path: root/lua
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 /lua
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 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 53d1b7d96..1d587cdfa 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -912,9 +912,8 @@ list.http = {
install_info = {
url = "https://github.com/rest-nvim/tree-sitter-http",
files = { "src/parser.c" },
- generate_requires_npm = true,
},
- maintainers = { "@amaanq" },
+ maintainers = { "@amaanq", "@NTBBloodbath" },
}
list.hurl = {