mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Allow folders and bundles to be opened with TextMate
This is mainly for TextMate’s own Open With menu, as it doesn’t seem to affect Finder’s (and TextMate already did support folders being dragged onto its application icon).
This commit is contained in:
@@ -542,5 +542,9 @@
|
||||
CFBundleTypeRole = Editor;
|
||||
LSItemContentTypes = ( public.data );
|
||||
},
|
||||
|
||||
{ CFBundleTypeRole = "Editor";
|
||||
LSItemContentTypes = ( "public.directory", "com.apple.bundle", "com.apple.resolvable" );
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user