odp = {[[mimetypeapplication/vnd\.oasis\.opendocument\.presentation]]},
epub = {[[epub\+zip]]},
asice = {[[mimetypeapplication/vnd\.etsi\.asic-e\+zipPK]]},
+ asics = {[[mimetypeapplication/vnd\.etsi\.asic-s\+zipPK]]},
}
local txt_trie
ct = 'application/x-alz',
type = 'archive',
},
- -- https://en.wikipedia.org/wiki/Associated_Signature_Containers
- asice = {
- ct = 'application/vnd.etsi.asic-e+zip',
- type = 'archive'
- },
xar = {
ct = 'application/x-xar',
type = 'archive',
ct = 'application/vnd.oasis.opendocument.presentation',
type = 'office'
},
+ -- https://en.wikipedia.org/wiki/Associated_Signature_Containers
+ asice = {
+ ct = 'application/vnd.etsi.asic-e+zip',
+ type = 'office'
+ },
+ asics = {
+ ct = 'application/vnd.etsi.asic-s+zip',
+ type = 'office'
+ },
-- other
pgp = {
ct = 'application/encrypted',