aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNovus Nota <68142933+novusnota@users.noreply.github.com>2024-05-03 18:42:51 +0200
committerGitHub <noreply@github.com>2024-05-03 18:42:51 +0200
commit440f177277e6049d665382a94ce1af602900b5c7 (patch)
tree377f43f63f54fbf74c4572826856b63c2a2ae94d /README.md
parentfeat(ecma) fold `array` (#6564) (diff)
downloadnvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar.gz
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar.bz2
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar.lz
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar.xz
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.tar.zst
nvim-treesitter-440f177277e6049d665382a94ce1af602900b5c7.zip
feat: add support for Tact (#6554)
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 7a0bf9bf6..3cb08346a 100644
--- a/README.md
+++ b/README.md
@@ -407,6 +407,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [systemtap](https://github.com/ok-ryoko/tree-sitter-systemtap) (maintained by @ok-ryoko)
- [x] [t32](https://gitlab.com/xasc/tree-sitter-t32.git) (maintained by @xasc)
- [x] [tablegen](https://github.com/amaanq/tree-sitter-tablegen) (maintained by @amaanq)
+- [x] [tact](https://github.com/tact-lang/tree-sitter-tact) (maintained by @novusnota)
- [x] [tcl](https://github.com/tree-sitter-grammars/tree-sitter-tcl) (maintained by @lewis6991)
- [x] [teal](https://github.com/euclidianAce/tree-sitter-teal) (maintained by @euclidianAce)
- [x] [templ](https://github.com/vrischmann/tree-sitter-templ) (maintained by @vrischmann)