aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorzhaown <51357674+chaozwn@users.noreply.github.com>2024-07-07 23:27:21 +0800
committerGitHub <noreply@github.com>2024-07-07 17:27:21 +0200
commitf9aa4f060ef73b487932696a84ed48b67eb1373e (patch)
tree1fd4107e229454c33eb0414a19ca05f380d34d76 /README.md
parentfeat(ruby): highlights for special methods (#6735) (diff)
downloadnvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar.gz
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar.bz2
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar.lz
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar.xz
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.tar.zst
nvim-treesitter-f9aa4f060ef73b487932696a84ed48b67eb1373e.zip
feat: add goctl parser and queries
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f45c2bfe5..7946ca252 100644
--- a/README.md
+++ b/README.md
@@ -254,6 +254,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [GN (Generate Ninja)](https://github.com/amaanq/tree-sitter-gn) (maintained by @amaanq)
- [x] [gnuplot](https://github.com/dpezto/tree-sitter-gnuplot) (maintained by @dpezto)
- [x] [go](https://github.com/tree-sitter/tree-sitter-go) (maintained by @theHamsta, @WinWisely268)
+- [x] [goctl](https://github.com/chaozwn/tree-sitter-goctl) (maintained by @chaozwn)
- [x] [Godot Resources (gdresource)](https://github.com/PrestonKnopp/tree-sitter-godot-resource) (maintained by @pierpo)
- [x] [gomod](https://github.com/camdencheek/tree-sitter-go-mod) (maintained by @camdencheek)
- [x] [gosum](https://github.com/amaanq/tree-sitter-go-sum) (maintained by @amaanq)