mirror of https://github.com/MidnightCommander/mc
Ticket #1690: mc.ext entry for .djvu
Opening .djvu with djview Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
890f268bf0
commit
0daf01d7c2
|
@ -539,6 +539,9 @@ regex/\.([dD][vV][iI])$
|
|||
regex/\.([Tt][Ee][Xx])$
|
||||
Open=%var{EDITOR:vi} %f
|
||||
|
||||
# DjVu
|
||||
regex/\.(djvu|DJVU)$
|
||||
Open=djview %f &
|
||||
|
||||
### Miscellaneous ###
|
||||
|
||||
|
|
Loading…
Reference in New Issue