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
This commit is contained in:
NTBBloodbath 2024-03-17 07:27:42 -04:00 committed by ObserverOfTime
parent bb3dd60ebc
commit c4e0f290d7
5 changed files with 35 additions and 13 deletions

View file

@ -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 = {