From 464dbef7941cd1b1d2f06f89d79fbcc3acafc4ef Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:31:07 +0100 Subject: [PATCH] docs: add `Tact` language parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 28c03546..c3c66349 100644 --- a/docs/index.md +++ b/docs/index.md @@ -151,6 +151,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Svelte](https://github.com/Himujjal/tree-sitter-svelte) * [Swift](https://github.com/alex-pinkus/tree-sitter-swift) * [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) +* [Tact](https://github.com/tact-lang/tree-sitter-tact) * [Thrift](https://github.com/duskmoon314/tree-sitter-thrift) * ["TODO:" comments](https://github.com/stsewd/tree-sitter-comment) * [TOML](https://github.com/ikatyang/tree-sitter-toml)