]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Added Midnight Commander files.
authorOleg Broytman <phd@phdru.name>
Fri, 26 Feb 2010 11:10:21 +0000 (11:10 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 26 Feb 2010 11:10:21 +0000 (11:10 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@98 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

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

diff --git a/dotfiles2html/bindings.head b/dotfiles2html/bindings.head
new file mode 100644 (file)
index 0000000..796124a
--- /dev/null
@@ -0,0 +1,8 @@
+<pre>
+<font color="#0000ff"># My *additions* to Midnight Commander 3.0 extension file
+#
+# Text version <a href="bindings">here</a>
+#
+# Generated by <a href="../gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#</font>
+</pre>
index 9df4392d2f5e74dc8f8e7753711c57dbca6c7c87..234d6bca279d2efe7beff30cf2037b1b6d0cbe51 100755 (executable)
@@ -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 (file)
index 0000000..bc6ac5a
--- /dev/null
@@ -0,0 +1,8 @@
+<pre>
+<font color="#0000ff"># My Midnight Commander menu file
+#
+# Text version <a href="menu">here</a>
+#
+# Generated by <a href="../gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#</font>
+</pre>