X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;fp=dotfiles2html%2Fdotfiles2html.py;h=0125619a4d69c2f63371c02bc9e58758283e7de6;hb=44bfd2fb82ed4c879c1b01dddd794dffb1bac878;hp=a2805f432b7075e12a27a8c0eb0d1e8759c9a856;hpb=417ed8cb243c6b0d75f8ee3388021e9df04cac12;p=phdru.name%2Fphdru.name.git diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index a2805f4..0125619 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -54,10 +54,12 @@ def add_headers(fname, first, prev, next, last): html_file.close() -home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"), - ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"), +home_file_types = ( + ("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"), + ("mailcap", "conf"), ("mime.types", "conf"), ("muttrc", "muttrc"), ("procmailrc", "procmail"), - ("gitconfig", "gitconfig"), ("vimrc", "vim")) + ("gitconfig", "gitconfig"), ("vimrc", "vim"), +) mc_file_types = (("mc.ext", "conf"), ("menu", "conf"))