diff options
| author | mhoffm <mhoffm@posteo.de> | 2021-06-28 19:11:33 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-02 01:56:25 +0200 |
| commit | 9275a15aadc6a429af23fd82245fea5ed2799e71 (patch) | |
| tree | 8a372bb91904cf5e28f7bb3617f2fd1f5502860e /README.md | |
| parent | python(highlights): don't use type for APP (diff) | |
| download | nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar.gz nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar.bz2 nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar.lz nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar.xz nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.tar.zst nvim-treesitter-9275a15aadc6a429af23fd82245fea5ed2799e71.zip | |
add hcl parser
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,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] [graphql](https://github.com/bkegley/tree-sitter-graphql) (maintained by @bkegley) - [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell) +- [x] [hcl](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann) - [x] [html](https://github.com/tree-sitter/tree-sitter-html) (maintained by @TravonteD) - [x] [java](https://github.com/tree-sitter/tree-sitter-java) (maintained by @p00f) - [x] [javascript](https://github.com/tree-sitter/tree-sitter-javascript) (maintained by @steelsojka) |
