diff options
| author | Colin Kennedy <colinvfx@gmail.com> | 2023-10-22 02:05:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-22 12:05:20 +0300 |
| commit | 0179a89656b4ce395a4487c07ae385b8425524ae (patch) | |
| tree | 67ad53e995666a0a2aee1e0b32d99d4802981f5b /README.md | |
| parent | Update parsers: gn, leo, liquidsoap (diff) | |
| download | nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar.gz nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar.bz2 nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar.lz nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar.xz nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.tar.zst nvim-treesitter-0179a89656b4ce395a4487c07ae385b8425524ae.zip | |
feat: add objdump to the supported languages (#5548)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -305,6 +305,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [norg](https://github.com/nvim-neorg/tree-sitter-norg) (maintained by @JoeyGrajciar, @vhyrro) - [x] [nqc](https://github.com/amaanq/tree-sitter-nqc) (maintained by @amaanq) - [x] [objc](https://github.com/amaanq/tree-sitter-objc) (maintained by @amaanq) +- [x] [objdump](https://github.com/ColinKennedy/tree-sitter-objdump) (maintained by @ColinKennedy) - [x] [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocaml_interface](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocamllex](https://github.com/atom-ocaml/tree-sitter-ocamllex) (maintained by @undu) |
