Add gdshader

This commit is contained in:
mathijs-bakker
2025-08-21 11:08:28 +02:00
parent 626dccb46e
commit 5e81e7f228

View File

@@ -24,7 +24,7 @@ M.setup = function(config)
lspconfig.gdscript.setup({ lspconfig.gdscript.setup({
name = "godot_editor", name = "godot_editor",
cmd = cmd, cmd = cmd,
filetypes = { "gd", "gdscript" }, filetypes = { "gd", "gdscript", "gdshader" },
root_dir = lspconfig.util.root_pattern("project.godot"), root_dir = lspconfig.util.root_pattern("project.godot"),
capabilities = capabilities, capabilities = capabilities,
on_attach = function(client, bufnr) on_attach = function(client, bufnr)