From e505d3703b5149829a3cf984e7c91f33018f83c4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 14 May 2007 13:31:35 +0000 Subject: [PATCH] Added .pdbrc and pdbrc.py. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@60 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 3 ++- dotfiles2html/pdbrc.head | 8 ++++++++ dotfiles2html/pdbrc.py.head | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 dotfiles2html/pdbrc.head create mode 100644 dotfiles2html/pdbrc.py.head diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index eca3dca..5ef24c1 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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 index 0000000..e945b7f --- /dev/null +++ b/dotfiles2html/pdbrc.head @@ -0,0 +1,8 @@ +
+# This is startup file for interactive python debugger.
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
diff --git a/dotfiles2html/pdbrc.py.head b/dotfiles2html/pdbrc.py.head
new file mode 100644
index 0000000..45d80e8
--- /dev/null
+++ b/dotfiles2html/pdbrc.py.head
@@ -0,0 +1,8 @@
+
+# This is startup file for interactive python debugger.
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
-- 
2.39.2