diff options
| author | qvalentin <valentin.theodor@web.de> | 2024-02-04 11:23:23 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-03 13:09:20 +0100 |
| commit | 9e1f3c336940e77adee81ca340e1bf0635e655f3 (patch) | |
| tree | 3c783bccab8ef3e024d8fb6b5ab7c1536e0853ed /README.md | |
| parent | bot(lockfile): update arduino, gpg, sourcepawn, ssh_config, vue, wing (diff) | |
| download | nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar.gz nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar.bz2 nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar.lz nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar.xz nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.tar.zst nvim-treesitter-9e1f3c336940e77adee81ca340e1bf0635e655f3.zip | |
feat: add gotemplate and helm parser support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -254,6 +254,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [gomod](https://github.com/camdencheek/tree-sitter-go-mod) (maintained by @camdencheek) - [x] [gosum](https://github.com/amaanq/tree-sitter-go-sum) (maintained by @amaanq) - [x] [gowork](https://github.com/omertuc/tree-sitter-go-work) (maintained by @omertuc) +- [x] [gotmpl](https://github.com/ngalaiko/tree-sitter-go-template) (maintained by @qvalentin) - [x] [gpg](https://github.com/ObserverOfTime/tree-sitter-gpg-config) (maintained by @ObserverOfTime) - [x] [graphql](https://github.com/bkegley/tree-sitter-graphql) (maintained by @bkegley) - [x] [groovy](https://github.com/murtaza64/tree-sitter-groovy) (maintained by @murtaza64) @@ -264,6 +265,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) (maintained by @lykahb) - [x] [hcl](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann) - [x] [heex](https://github.com/connorlay/tree-sitter-heex) (maintained by @connorlay) +- [x] [helm](https://github.com/ngalaiko/tree-sitter-go-template) (maintained by @qvalentin) - [x] [hjson](https://github.com/winston0410/tree-sitter-hjson) (maintained by @winston0410) - [x] [hlsl](https://github.com/theHamsta/tree-sitter-hlsl) (maintained by @theHamsta) - [x] [hlsplaylist](https://github.com/Freed-Wu/tree-sitter-hlsplaylist) (maintained by @Freed-Wu) |
