Skip to content

Commit 1b758a2

Browse files
committed
FEAT: register .docx file suffix with ZIP codec
1 parent 9c128dc commit 1b758a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-zip.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ register-codec [
2323
name: 'zip
2424
type: 'compression
2525
title: "ZIP File Format"
26-
suffixes: [%.zip %.aar %.jar %.apk %.zipx %.appx %.epub]
26+
suffixes: [%.zip %.aar %.jar %.apk %.zipx %.appx %.epub %.docx]
2727

2828
decode: function [
2929
{Decompress all content of the ZIP file}

0 commit comments

Comments
 (0)