]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Added .pdbrc and pdbrc.py.
authorOleg Broytman <phd@phdru.name>
Mon, 14 May 2007 13:31:35 +0000 (13:31 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 14 May 2007 13:31:35 +0000 (13:31 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@60 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/dotfiles2html.py
dotfiles2html/pdbrc.head [new file with mode: 0644]
dotfiles2html/pdbrc.py.head [new file with mode: 0644]

index eca3dcae2c1e61887ed293fae94b70554e76b944..5ef24c12fcc94b6b49359ae6102b1c09ccba35ad 100755 (executable)
@@ -51,7 +51,8 @@ file_types = (("fvwm2rc", "fvwm2m4"),
       ("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):
diff --git a/dotfiles2html/pdbrc.head b/dotfiles2html/pdbrc.head
new file mode 100644 (file)
index 0000000..e945b7f
--- /dev/null
@@ -0,0 +1,8 @@
+<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>
diff --git a/dotfiles2html/pdbrc.py.head b/dotfiles2html/pdbrc.py.head
new file mode 100644 (file)
index 0000000..45d80e8
--- /dev/null
@@ -0,0 +1,8 @@
+<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>