Skip to content

Commit

Permalink
Add MZF extension aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschramm committed Jan 11, 2025
1 parent b4aed1a commit eb99b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SharpMzMzfAdapter: InternalAdapterDefinition = {

function identify(filename: string, _ba: BufferAccess): FormatIdentification {
return {
filename: (/^.*\.mzf$/iu).exec(filename) !== null,
filename: (/^.*\.(?:mzf|mzt|m12)$/iu).exec(filename) !== null,
header: undefined,
};
}
Expand Down

0 comments on commit eb99b7a

Please sign in to comment.