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