feat: add gleam to file types

This commit is contained in:
CJ van den Berg 2024-11-14 15:38:05 +01:00
parent 66a5663064
commit 76c493d155
2 changed files with 9 additions and 0 deletions

View file

@ -110,6 +110,14 @@ pub const gitcommit = .{
.injections = "tree-sitter-gitcommit/queries/injections.scm",
};
pub const gleam = .{
.color = 0xffaff3,
.icon = "󰦥",
.extensions = .{ "gleam" },
.comment = "//",
.language_server = .{"gleam", "lsp"},
};
pub const go = .{
.color = 0x00acd7,
.icon = "󰟓",