feat: Add lsp and formatter for gdscript

This commit is contained in:
demenik
2025-12-15 17:38:19 +01:00
parent 42fe4d5536
commit 19e2d2d1c3
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
gotools
google-java-format
ktlint
gdtoolkit_4
rustfmt
clang-tools
cmake-format
@@ -60,6 +62,8 @@
go = ["goimports" "gofmt"];
java = ["google-java-format"];
kotlin = ["ktlint"];
gdscript = ["gdformat"];
rust = ["rustfmt"];
c = ["clang_format"];
cmake = ["cmake_format"];