Add Vimball (vba) as supported filetype

This commit is contained in:
Bjorn Winckler
2009-07-22 13:51:30 +02:00
parent 7d6909d353
commit cd37d01770
2 changed files with 30 additions and 0 deletions
+29
View File
@@ -1158,6 +1158,18 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Vimball Archive</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>vba</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vba</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
@@ -2549,6 +2561,23 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>Vimball Archive</string>
<key>UTTypeIdentifier</key>
<string>org.vim.vba-file</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>vba</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
+1
View File
@@ -106,6 +106,7 @@ vimIcons = {
'MacVim-gtd': [u'GTD', LINK],
'MacVim-markdown': [u'MARK\u2193,M\u2193', LINK], # down arrow
'MacVim-rst': [u'RST', LINK],
'MacVim-vba': [u'VBA', LINK],
}