fix: add --stdin to gleam format
This commit is contained in:
parent
2345f2f3b1
commit
9eb5c4c74d
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ pub const gleam = .{
|
|||
.extensions = .{ "gleam" },
|
||||
.comment = "//",
|
||||
.language_server = .{"gleam", "lsp"},
|
||||
.formatter = .{"gleam", "format"},
|
||||
.formatter = .{"gleam", "format", "--stdin"},
|
||||
};
|
||||
|
||||
pub const go = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue