From 346572a348162bb1262a2a9f53836b43cea40666 Mon Sep 17 00:00:00 2001 From: Gilles Roustan Date: Tue, 4 Oct 2022 10:08:56 +0200 Subject: [PATCH] Add twig parser in documentation --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index f42f464e..0fdef473 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,6 +67,7 @@ Parsers for these languages are fairly complete: * [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl) * [TOML](https://github.com/ikatyang/tree-sitter-toml) * [Turtle](https://github.com/BonaBeavis/tree-sitter-turtle) +* [Twig](https://github.com/gbprod/tree-sitter-twig) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) * [Verilog](https://github.com/tree-sitter/tree-sitter-verilog) * [VHDL](https://github.com/alemuller/tree-sitter-vhdl)