aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKarl Hiner <karl.hiner@gmail.com>2024-02-08 04:54:33 -0500
committerGitHub <noreply@github.com>2024-02-08 10:54:33 +0100
commitb444afa1dacd3d031c0ffe4763671d89afda5ddb (patch)
treed3d2097ff3b34164583f1be49d91042e9d1d1e35 /README.md
parentUpdate parsers: groovy, haskell, javascript, svelte, templ, wing (diff)
downloadnvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar.gz
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar.bz2
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar.lz
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar.xz
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.tar.zst
nvim-treesitter-b444afa1dacd3d031c0ffe4763671d89afda5ddb.zip
feat(faust): add tree-sitter-faust (#6043)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 786aa2276..0f7c50cb4 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [ ] [embedded_template](https://github.com/tree-sitter/tree-sitter-embedded-template)
- [x] [erlang](https://github.com/WhatsApp/tree-sitter-erlang) (maintained by @filmor)
- [x] [facility](https://github.com/FacilityApi/tree-sitter-facility) (maintained by @bryankenote)
+- [x] [faust](https://github.com/khiner/tree-sitter-faust) (maintained by @khiner)
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)
- [x] [firrtl](https://github.com/amaanq/tree-sitter-firrtl) (maintained by @amaanq)
- [x] [fish](https://github.com/ram02z/tree-sitter-fish) (maintained by @ram02z)