aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-08 16:07:17 +0000
committerChristian Clason <c.clason@uni-graz.at>2023-11-08 17:11:42 +0100
commit7b26b085880f5c99c9e6109c81ed3b08db90ce50 (patch)
tree49d8e22f1846ff4bac684eedacaeec745121b46e
parentfeat(purescript): add parser and queries (#5626) (diff)
downloadnvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar.gz
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar.bz2
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar.lz
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar.xz
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.tar.zst
nvim-treesitter-7b26b085880f5c99c9e6109c81ed3b08db90ce50.zip
Update README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 494810baf..97e9b7648 100644
--- a/README.md
+++ b/README.md
@@ -332,6 +332,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [psv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)
- [x] [pug](https://github.com/zealot128/tree-sitter-pug) (experimental, maintained by @zealot128)
- [x] [puppet](https://github.com/amaanq/tree-sitter-puppet) (maintained by @amaanq)
+- [x] [purescript](https://github.com/postsolar/tree-sitter-purescript) (maintained by @postsolar)
- [x] [PyPA manifest](https://github.com/ObserverOfTime/tree-sitter-pymanifest) (maintained by @ObserverOfTime)
- [x] [python](https://github.com/tree-sitter/tree-sitter-python) (maintained by @stsewd, @theHamsta)
- [x] [ql](https://github.com/tree-sitter/tree-sitter-ql) (maintained by @pwntester)