html_file.close()
-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"),
- ("bindings", "conf"), ("menu", "conf"))
+file_types = (("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"),
+ ("mailcap", "conf"), ("mime.types", "conf"),
+ ("muttrc", "muttrc"), ("procmailrc", "procmail"),
+ ("vimrc", "vim"), ("gvimrc", "vim"),
+ ("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):