diff options
| author | gbprod <contact@gb-prod.fr> | 2022-09-19 17:18:19 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-03 10:06:41 +0200 |
| commit | d8a695a1ac493096e6f7a0916a962b979d290039 (patch) | |
| tree | 43210c6ac939a38f6e5399cdaf14e285cca099df /README.md | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar.gz nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar.bz2 nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar.lz nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar.xz nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.tar.zst nvim-treesitter-d8a695a1ac493096e6f7a0916a962b979d290039.zip | |
Introduce twig parser
This commit introduce parser, highlights and injections for the
[twig syntax](https://twig.symfony.com)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
