.config/mc/mc.ext
changeset 751 eddc767cd962
parent 740 fe01d9a0eb14
child 752 d688ce6aa4dd
--- 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