refactor: run zig fmt
This commit is contained in:
parent
9eb5c4c74d
commit
3e42e08095
1 changed files with 3 additions and 3 deletions
|
@ -113,10 +113,10 @@ pub const gitcommit = .{
|
|||
pub const gleam = .{
|
||||
.color = 0xffaff3,
|
||||
.icon = "",
|
||||
.extensions = .{ "gleam" },
|
||||
.extensions = .{"gleam"},
|
||||
.comment = "//",
|
||||
.language_server = .{"gleam", "lsp"},
|
||||
.formatter = .{"gleam", "format", "--stdin"},
|
||||
.language_server = .{ "gleam", "lsp" },
|
||||
.formatter = .{ "gleam", "format", "--stdin" },
|
||||
};
|
||||
|
||||
pub const go = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue