From aa2233280c6661ac02bc5263e35f7e84e1b35a6f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 26 Feb 2010 11:10:21 +0000 Subject: [PATCH] Added Midnight Commander files. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@98 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/bindings.head | 8 ++++++++ dotfiles2html/dotfiles2html.py | 3 ++- dotfiles2html/menu.head | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 dotfiles2html/bindings.head create mode 100644 dotfiles2html/menu.head diff --git a/dotfiles2html/bindings.head b/dotfiles2html/bindings.head new file mode 100644 index 0000000..796124a --- /dev/null +++ b/dotfiles2html/bindings.head @@ -0,0 +1,8 @@ +
+# My *additions* to Midnight Commander 3.0 extension file
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
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): diff --git a/dotfiles2html/menu.head b/dotfiles2html/menu.head new file mode 100644 index 0000000..bc6ac5a --- /dev/null +++ b/dotfiles2html/menu.head @@ -0,0 +1,8 @@ +
+# My Midnight Commander menu file
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
-- 2.39.2