Added VHDL to the list of supported files in Info.plist

This commit is contained in:
Trond Danielsen
2011-02-23 10:22:01 +01:00
committed by Bjorn Winckler
parent 77b96094f0
commit cd9acb1214
+31
View File
@@ -1171,6 +1171,19 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>VHDL Source File</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>vhd</string>
<string>vhdl</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>MacVim-vhd</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
@@ -2568,6 +2581,24 @@
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.plain-text</string>
</array>
<key>UTTypeDescription</key>
<string>VHDL source file</string>
<key>UTTypeIdentifier</key>
<string>org.vim.vhdl-file</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>vhdl</string>
<string>vhd</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>