diff options
| author | GodOfAvacyn <59858208+GodOfAvacyn@users.noreply.github.com> | 2024-02-29 02:30:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 11:30:33 +0100 |
| commit | 06b5fda797ea4c363e9fe17b160c33818be8d319 (patch) | |
| tree | d365a0a931ac102e60fb41b14e14cdd0b2547026 /README.md | |
| parent | Update parsers: chatito, gitattributes, gitcommit, gpg, groovy, hlsl, mermaid... (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
