feat: add log as an extension for the conf file type

This commit is contained in:
CJ van den Berg 2025-03-26 19:11:09 +01:00
parent 46bd66ec8a
commit 4e80f937cd

View file

@ -48,7 +48,7 @@ pub const conf = .{
.description = "Config", .description = "Config",
.color = 0x000000, .color = 0x000000,
.icon = "", .icon = "",
.extensions = .{ "conf", "config", ".gitconfig", "gui_config" }, .extensions = .{ "conf", "log", "config", ".gitconfig", "gui_config" },
.highlights = fish.highlights, .highlights = fish.highlights,
.comment = "#", .comment = "#",
.parser = fish.parser, .parser = fish.parser,