]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Added Midnight Commander files.
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index 9df4392d2f5e74dc8f8e7753711c57dbca6c7c87..234d6bca279d2efe7beff30cf2037b1b6d0cbe51 100755 (executable)
@@ -58,7 +58,8 @@ file_types = (("fvwm2rc", "fvwm2m4"),
       ("mailcap", "conf"), ("mime.types", "conf"),
       ("muttrc", "muttrc"), ("procmailrc", "procmail"),
       ("vimrc", "vim"), ("gvimrc", "vim"),
-      ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"))
+      ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"),
+      ("bindings", "conf"), ("menu", "conf"))
 ft_len = len(file_types)
 
 for i, (fname, ftype) in enumerate(file_types):