fix(config): add gui_config to file_types

This commit is contained in:
CJ van den Berg 2025-01-08 22:25:04 +01:00
parent ec62f6c7f4
commit da812e05d4

View file

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