diff options
| author | Reinis Cirpons <43414125+reiniscirpons@users.noreply.github.com> | 2024-09-01 21:13:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 22:13:10 +0200 |
| commit | 2d8f0f37c4056022b6643cbe8671319881f8b369 (patch) | |
| tree | 7c0e175960f427a53aa6709c9e789fbcc865ae2e /README.md | |
| parent | feat(latex): set url attribute for hyperlinks (diff) | |
| download | nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar.gz nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar.bz2 nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar.lz nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar.xz nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.tar.zst nvim-treesitter-2d8f0f37c4056022b6643cbe8671319881f8b369.zip | |
feat(gap): add gap and gaptst parser and queries (#7110)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [fsh](https://github.com/mgramigna/tree-sitter-fsh) (maintained by @mgramigna) - [x] [func](https://github.com/amaanq/tree-sitter-func) (maintained by @amaanq) - [x] [fusion](https://gitlab.com/jirgn/tree-sitter-fusion.git) (maintained by @jirgn) +- [x] [GAP system](https://github.com/gap-system/tree-sitter-gap) (maintained by @reiniscirpons) +- [x] [GAP system test files](https://github.com/gap-system/tree-sitter-gaptst) (maintained by @reiniscirpons) - [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @PrestonKnopp) - [x] [gdshader](https://github.com/GodOfAvacyn/tree-sitter-gdshader) (maintained by @godofavacyn) - [x] [git_config](https://github.com/the-mikedavis/tree-sitter-git-config) (maintained by @amaanq) |
