aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-02-09 16:51:43 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-02-09 18:29:39 +0100
commitb8840a426e38c486ddb365c8d9e663d1be659c15 (patch)
treee617d8c4cf5374621cda529ec3d668a116bf7b09 /README.md
parentUpdate README (diff)
downloadnvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar.gz
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar.bz2
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar.lz
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar.xz
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.tar.zst
nvim-treesitter-b8840a426e38c486ddb365c8d9e663d1be659c15.zip
feat(tcl): add parser and queries
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 74539aaf9..b2a9cb26f 100644
--- a/README.md
+++ b/README.md
@@ -394,6 +394,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [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] [teal](https://github.com/euclidianAce/tree-sitter-teal) (maintained by @euclidianAce)
+- [x] [tcl](https://github.com/tree-sitter-grammars/tree-sitter-tcl) (maintained by @lewis6991)
- [x] [templ](https://github.com/vrischmann/tree-sitter-templ) (maintained by @vrischmann)
- [x] [terraform](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann)
- [x] [textproto](https://github.com/PorterAtGoogle/tree-sitter-textproto) (maintained by @Porter)