aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwzy <32936898+Freed-Wu@users.noreply.github.com>2024-02-20 03:26:32 +0800
committerGitHub <noreply@github.com>2024-02-19 14:26:32 -0500
commite04ce8bcec4dec3551d7ec4fa6d737d183433bfd (patch)
tree801bc090977881e737ddf76bd4f64fb396f4916c /README.md
parentci: simplify cache key (diff)
downloadnvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar.gz
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar.bz2
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar.lz
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar.xz
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.tar.zst
nvim-treesitter-e04ce8bcec4dec3551d7ec4fa6d737d183433bfd.zip
feat: add tmux parser
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 70f5c33b0..0e3987d1c 100644
--- a/README.md
+++ b/README.md
@@ -403,6 +403,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [thrift](https://github.com/duskmoon314/tree-sitter-thrift) (maintained by @amaanq, @duskmoon314)
- [x] [tiger](https://github.com/ambroisie/tree-sitter-tiger) (maintained by @ambroisie)
- [x] [tlaplus](https://github.com/tlaplus-community/tree-sitter-tlaplus) (maintained by @ahelwer, @susliko)
+- [x] [tmux](https://github.com/Freed-Wu/tree-sitter-tmux) (maintained by @Freed-Wu)
- [x] [todotxt](https://github.com/arnarg/tree-sitter-todotxt.git) (experimental, maintained by @arnarg)
- [x] [toml](https://github.com/ikatyang/tree-sitter-toml) (maintained by @tk-shirasaka)
- [x] [tsv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)