X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;h=234d6bca279d2efe7beff30cf2037b1b6d0cbe51;hb=aa2233280c6661ac02bc5263e35f7e84e1b35a6f;hp=9df4392d2f5e74dc8f8e7753711c57dbca6c7c87;hpb=dc23b883f02e402c6172d66c5a91a85eb2b97f91;p=phdru.name%2Fphdru.name.git diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 9df4392..234d6bc 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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):