diff options
| author | Github Actions <actions@github> | 2023-11-08 16:07:17 +0000 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-11-08 17:11:42 +0100 |
| commit | 7b26b085880f5c99c9e6109c81ed3b08db90ce50 (patch) | |
| tree | 49d8e22f1846ff4bac684eedacaeec745121b46e | |
| parent | feat(purescript): add parser and queries (#5626) (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
