Add markdown as supported file type

This commit is contained in:
Nicolas Weber
2009-04-19 22:29:27 -07:00
committed by Bjorn Winckler
parent 204e14b994
commit eb9ece5bf1
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -1122,6 +1122,20 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Markdown document</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>markdown</string>
<string>markd</string>
<string>mdown</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-markdown</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
+1
View File
@@ -104,6 +104,7 @@ vimIcons = {
'MacVim-vb': [u'VBASIC,VB', LINK],
'MacVim-yaml': [u'YAML,YAML,YML', SMALL],
'MacVim-gtd': [u'GTD', LINK],
'MacVim-markdown': [u'MARK\u2193,M\u2193', LINK], # down arrow
}