feat: add gleam formatter

This commit is contained in:
CJ van den Berg 2024-11-14 17:33:01 +01:00
parent fd2799c6e3
commit c903debb4b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -116,6 +116,7 @@ pub const gleam = .{
.extensions = .{ "gleam" },
.comment = "//",
.language_server = .{"gleam", "lsp"},
.formatter = .{"gleam", "format"},
};
pub const go = .{