feat: add support for gdshader (#6153)

Godot shading language

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
GodOfAvacyn 2024-02-29 02:30:33 -08:00 committed by GitHub
parent 4349af8a6e
commit 06b5fda797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 157 additions and 0 deletions

View file

@ -619,6 +619,15 @@ list.gdscript = {
readme_name = "Godot (gdscript)",
}
list.gdshader = {
install_info = {
url = "https://github.com/GodOfAvacyn/tree-sitter-gdshader",
files = { "src/parser.c" },
},
filetype = "gdshaderinc",
maintainers = { "@godofavacyn" },
}
list.git_rebase = {
install_info = {
url = "https://github.com/the-mikedavis/tree-sitter-git-rebase",