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 + + +