diff options
| author | Tavish Pegram <tapegram@gmail.com> | 2023-09-03 14:05:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-03 15:05:18 -0400 |
| commit | 9d637b7ae8fa17cea8600e91d1145e2095c2a15d (patch) | |
| tree | fd3fd95a54216b72b6de9f69fc070fe1140201a0 /README.md | |
| parent | docs: fix typo in README.md (diff) | |
| download | nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar.gz nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar.bz2 nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar.lz nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar.xz nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.tar.zst nvim-treesitter-9d637b7ae8fa17cea8600e91d1145e2095c2a15d.zip | |
Feat: Add unison (#5340)
* Add unison
* Trivial change to force prepush hook
* Undo change
* PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser
* Replacing captures with only ones in the contributing.md
* Fix typo
* Generate from grammar
* First group of suggested changes
* Update gt operator
* Remove outer parens
* Remove maybe.c
* Add comment injection
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -372,6 +372,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod) - [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) - [x] [ungrammar](https://github.com/Philipp-M/tree-sitter-ungrammar) (maintained by @Philipp-M, @amaanq) +- [x] [unison](https://github.com/kylegoetz/tree-sitter-unison) (maintained by @tapegram) - [x] [usd](https://github.com/ColinKennedy/tree-sitter-usd) (maintained by @ColinKennedy) - [x] [uxn tal](https://github.com/amaanq/tree-sitter-uxntal) (maintained by @amaanq) - [x] [v](https://github.com/v-analyzer/v-analyzer) (maintained by @kkharji, @amaanq) |
