Introduce twig parser

This commit introduce parser, highlights and injections for the
[twig syntax](https://twig.symfony.com)
This commit is contained in:
gbprod 2022-09-19 17:18:19 +02:00 committed by Christian Clason
parent 7ce47ddf52
commit d8a695a1ac
4 changed files with 74 additions and 1 deletions

View file

@ -292,6 +292,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @bonabeavis)
- [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod)
- [x] [v](https://github.com/vlang/vls) (maintained by @tami5)
- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781, @vala-lang)
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)