mirror of https://github.com/MidnightCommander/mc
Ticket #2974: broken opening of .war archives.
Widely used java web application .war archives are are .jar archives which is essentially a zip archive with manifest file being the first entry. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
5cbef94bac
commit
2f06f513e4
|
@ -117,8 +117,8 @@ regex/^\[git\]
|
|||
|
||||
### Archives ###
|
||||
|
||||
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem, .war
|
||||
regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$|\.war$
|
||||
# .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk, .gem
|
||||
regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$|\.gem$
|
||||
Open=%cd %p/utar://
|
||||
View=%view{ascii} @EXTHELPERSDIR@/archive.sh view tar.gz
|
||||
|
||||
|
|
Loading…
Reference in New Issue