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",
|
.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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue