Ignore file extension case for dev files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Sep 2015 19:13:21 +0300
changeset 751 eddc767cd962
parent 750 58e68b82bf46
child 752 d688ce6aa4dd
Ignore file extension case for dev files.
.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