# HG changeset patch # User Oleksandr Gavenko # Date 1442506401 -10800 # Node ID eddc767cd96266115c19b4e5f460ee953fb65afd # Parent 58e68b82bf4690ce9ed95d2ff0d96ef09e05cce3 Ignore file extension case for dev files. diff -r 58e68b82bf46 -r eddc767cd962 .config/mc/mc.ext --- a/.config/mc/mc.ext Wed Sep 09 22:58:18 2015 +0300 +++ b/.config/mc/mc.ext Thu Sep 17 19:13:21 2015 +0300 @@ -225,13 +225,13 @@ ################################################################ # Open in Emacs. -regex/\.(c|C|cc|cpp|cxx)$ +regex/\.([cC][cC]?|[cC][pP][pP]|[cC][xX][xX])$ Open=e %f # Open=sensible-editor %f #Open=%var{EDITOR:vi} %f -regex/\.(h|hpp)$ +regex/\.([hH]|[hH][pP][pP])$ Open=e %f -regex/\.(s|S)$ +regex/\.(s|S|[aA][sS][mM])$ Open=e %f shell/.java Open=e %f @@ -239,7 +239,7 @@ Open=e %f shell/.py Open=e %f -shell/.lisp +shell/.[lL][iI][sS][pP] Open=e %f shell/.el Open=e %f