From cd9acb121414bab6cd2de0a1dc0d44ef95ee9ba7 Mon Sep 17 00:00:00 2001 From: Trond Danielsen Date: Wed, 23 Feb 2011 10:22:01 +0100 Subject: [PATCH] Added VHDL to the list of supported files in Info.plist --- src/MacVim/Info.plist | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index d80751bfbc..18d3854a90 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1171,6 +1171,19 @@ CFBundleTypeRole Editor + + CFBundleTypeName + VHDL Source File + CFBundleTypeExtensions + + vhd + vhdl + + CFBundleTypeIconFile + MacVim-vhd + CFBundleTypeRole + Editor + CFBundleExecutable ${EXECUTABLE_NAME} @@ -2568,6 +2581,24 @@ + + UTTypeConformsTo + + public.plain-text + + UTTypeDescription + VHDL source file + UTTypeIdentifier + org.vim.vhdl-file + UTTypeTagSpecification + + public.filename-extension + + vhdl + vhd + + +