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 46921f386d
commit 75bf3d253b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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