("mailcap", "conf"), ("mime.types", "conf"),
("muttrc", "muttrc"), ("procmailrc", "procmail"),
("vimrc", "vim"), ("gvimrc", "vim"),
- ("init.py", "python"), ("init_old.py", "python"))
+ ("init.py", "python"), ("init_old.py", "python"),
+ ("pdbrc", "python"), ("pdbrc.py", "python"))
ft_len = len(file_types)
for i, (fname, ftype) in enumerate(file_types):
--- /dev/null
+<pre>
+<font color="#0000ff"># This is startup file for interactive python debugger.
+#
+# Text version <a href="pdbrc">here</a>
+#
+# Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#
+</font>
--- /dev/null
+<pre>
+<font color="#0000ff"># This is startup file for interactive python debugger.
+#
+# Text version <a href="pdbrc.py">here</a>
+#
+# Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#
+</font>