gdshader support (highlighting, tree-sitter, LSP)

This commit is contained in:
mathijs-bakker
2025-08-21 16:37:05 +02:00
parent 5e81e7f228
commit 4d7d1097ac
6 changed files with 172 additions and 67 deletions

View File

@@ -23,6 +23,8 @@ function M.setup(opts)
host = M.opts.editor_host,
port = M.opts.debug_port,
})
require("godotdev.tree-sitter")
end
return M