summaryrefslogtreecommitdiff
path: root/nextstep/Cocoa
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-06 08:38:22 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-05-06 08:38:22 +0000
commitb8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5 (patch)
tree2857a1d94d8012e7821852e4cf1dbc94d7266ee6 /nextstep/Cocoa
parentd332af682dadcc979370437d670394de4a045d66 (diff)
downloademacs-b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5.tar.gz
* Cocoa/Emacs.base/Contents/Info.plist: Add editor role for .markdown, .mkdn.
Diffstat (limited to 'nextstep/Cocoa')
-rw-r--r--nextstep/Cocoa/Emacs.base/Contents/Info.plist13
1 files changed, 13 insertions, 0 deletions
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
index 952a745c03d..8ef76531da2 100644
--- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist
+++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist
@@ -67,6 +67,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>markdown</string>
+ <string>mkdn</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>document.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Markdown document</string>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>css</string>
</array>
<key>CFBundleTypeIconFile</key>