feat: add .ref to diff file type extensions
This commit is contained in:
parent
01558741e4
commit
f81314c11e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ pub const css = .{
|
|||
|
||||
pub const diff = .{
|
||||
.description = "Diff",
|
||||
.extensions = .{ "diff", "patch" },
|
||||
.extensions = .{ "diff", "patch", "rej" },
|
||||
.comment = "#",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue