mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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:
parent
bb3dd60ebc
commit
c4e0f290d7
5 changed files with 35 additions and 13 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue