aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Kennedy <colinvfx@gmail.com>2023-10-22 02:05:20 -0700
committerGitHub <noreply@github.com>2023-10-22 12:05:20 +0300
commit0179a89656b4ce395a4487c07ae385b8425524ae (patch)
tree67ad53e995666a0a2aee1e0b32d99d4802981f5b /README.md
parentUpdate parsers: gn, leo, liquidsoap (diff)
downloadnvim-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 70a269b61..444e79e5f 100644
--- a/README.md
+++ b/README.md
@@ -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)