aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index aef843213..89102f405 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",