Ticket #1690: mc.ext entry for .djvu

Opening .djvu with djview

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Andrey Rahmatullin 2009-10-20 02:01:34 +03:00 committed by Slava Zanko
parent 890f268bf0
commit 0daf01d7c2
1 changed files with 3 additions and 0 deletions

View File

@ -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 ###