diff options
| author | NTBBloodbath <bloodbathalchemist@protonmail.com> | 2024-03-17 07:27:42 -0400 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2024-03-18 00:46:59 +0200 |
| commit | c4e0f290d744ceede4ec0c464a5f985e821b1502 (patch) | |
| tree | a7c68b0b1d0b576762507ef61491581ee57593c4 /README.md | |
| parent | bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_i... (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
