aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorReinis Cirpons <43414125+reiniscirpons@users.noreply.github.com>2024-09-01 21:13:10 +0100
committerGitHub <noreply@github.com>2024-09-01 22:13:10 +0200
commit2d8f0f37c4056022b6643cbe8671319881f8b369 (patch)
tree7c0e175960f427a53aa6709c9e789fbcc865ae2e /README.md
parentfeat(latex): set url attribute for hyperlinks (diff)
downloadnvim-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9155a5ff..a953df38f 100644
--- a/README.md
+++ b/README.md
@@ -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)