Skip to content

Commit

Permalink
FEAT: register .docx file suffix with ZIP codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Dec 11, 2022
1 parent 9c128dc commit 1b758a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/codec-zip.reb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ register-codec [
name: 'zip
type: 'compression
title: "ZIP File Format"
suffixes: [%.zip %.aar %.jar %.apk %.zipx %.appx %.epub]
suffixes: [%.zip %.aar %.jar %.apk %.zipx %.appx %.epub %.docx]

decode: function [
{Decompress all content of the ZIP file}
Expand Down

0 comments on commit 1b758a2

Please sign in to comment.