aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2021-04-18 16:51:03 -0500
committerGitHub <noreply@github.com>2021-04-18 21:51:03 +0000
commit574bd5ae37a5b460d99d10b0c315fbb3246bdc10 (patch)
treebefc644a91830e646bedfc00fde21714cdd2335a /README.md
parentFix identifier type check (diff)
downloadnvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.gz
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.bz2
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.lz
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.xz
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.zst
nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.zip
YAML: update queries (#1203)
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87c1f4428..e387bbe90 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm)
- [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera)
- [x] [fennel](https://github.com/travonted/tree-sitter-fennel) (maintained by @TravonteD)
-- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by not @tjdevries)
+- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @Shatur95)
- [x] [Glimmer and Ember](https://github.com/alexlafroscia/tree-sitter-glimmer) (maintained by @alexlafroscia)
- [x] [go](https://github.com/tree-sitter/tree-sitter-go) (maintained by @theHamsta, @WinWisely268)
- [x] [graphql](https://github.com/bkegley/tree-sitter-graphql) (maintained by @bkegley)
@@ -189,7 +189,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv)
- [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo)
-- [ ] [yaml](https://github.com/ikatyang/tree-sitter-yaml)
+- [x] [yaml](https://github.com/ikatyang/tree-sitter-yaml) (maintained by @stsewd)
- [x] [zig](https://github.com/Himujjal/tree-sitter-zig) (maintained by @Himujjal)
<!--parserinfo-->