aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGodOfAvacyn <59858208+GodOfAvacyn@users.noreply.github.com>2024-02-29 02:30:33 -0800
committerGitHub <noreply@github.com>2024-02-29 11:30:33 +0100
commit06b5fda797ea4c363e9fe17b160c33818be8d319 (patch)
treed365a0a931ac102e60fb41b14e14cdd0b2547026 /README.md
parentUpdate parsers: chatito, gitattributes, gitcommit, gpg, groovy, hlsl, mermaid... (diff)
downloadnvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar.gz
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar.bz2
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar.lz
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar.xz
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.tar.zst
nvim-treesitter-06b5fda797ea4c363e9fe17b160c33818be8d319.zip
feat: add support for gdshader (#6153)
Godot shading language --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
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 c25e98e3a..986ab537c 100644
--- a/README.md
+++ b/README.md
@@ -238,6 +238,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [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] [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)
- [x] [git_rebase](https://github.com/the-mikedavis/tree-sitter-git-rebase) (maintained by @gbprod)
- [x] [gitattributes](https://github.com/ObserverOfTime/tree-sitter-gitattributes) (maintained by @ObserverOfTime)