feat: add log as an extension for the conf file type
This commit is contained in:
parent
46921f386d
commit
75bf3d253b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue