mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 09:19:24 +03:00
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])$
|
regex/\.([Tt][Ee][Xx])$
|
||||||
Open=%var{EDITOR:vi} %f
|
Open=%var{EDITOR:vi} %f
|
||||||
|
|
||||||
|
# DjVu
|
||||||
|
regex/\.(djvu|DJVU)$
|
||||||
|
Open=djview %f &
|
||||||
|
|
||||||
### Miscellaneous ###
|
### Miscellaneous ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user