From 5e81e7f22865dd22fcd47b0d320e6f509a65f35c Mon Sep 17 00:00:00 2001 From: mathijs-bakker Date: Thu, 21 Aug 2025 11:08:28 +0200 Subject: [PATCH] Add gdshader --- lua/godotdev/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/godotdev/lsp.lua b/lua/godotdev/lsp.lua index 6e29849..0948f38 100644 --- a/lua/godotdev/lsp.lua +++ b/lua/godotdev/lsp.lua @@ -24,7 +24,7 @@ M.setup = function(config) lspconfig.gdscript.setup({ name = "godot_editor", cmd = cmd, - filetypes = { "gd", "gdscript" }, + filetypes = { "gd", "gdscript", "gdshader" }, root_dir = lspconfig.util.root_pattern("project.godot"), capabilities = capabilities, on_attach = function(client, bufnr)