From c4e0f290d744ceede4ec0c464a5f985e821b1502 Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Sun, 17 Mar 2024 07:27:42 -0400 Subject: 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 --- lua/nvim-treesitter/parsers.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') 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 = { -- cgit v1.2.3-70-g09d2