diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 2beae8a620..d4f6fd52c9 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1200,6 +1200,30 @@ CFBundleTypeRole Editor + + CFBundleTypeName + Verilog HDL Source File + CFBundleTypeExtensions + + v + + CFBundleTypeIconFile + MacVim-generic + CFBundleTypeRole + Editor + + + CFBundleTypeName + Verilog HDL Header Source File + CFBundleTypeExtensions + + vh + + CFBundleTypeIconFile + MacVim-generic + CFBundleTypeRole + Editor + CFBundleExecutable @@ -2633,6 +2657,40 @@ + + UTTypeConformsTo + + public.plain-text + + UTTypeDescription + Verilog HDL Source File + UTTypeIdentifier + org.vim.v-file + UTTypeTagSpecification + + public.filename-extension + + v + + + + + UTTypeConformsTo + + public.plain-text + + UTTypeDescription + Verilog HDL Header Source File + UTTypeIdentifier + org.vim.vh-file + UTTypeTagSpecification + + public.filename-extension + + vh + + +