diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-05-06 08:38:22 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-05-06 08:38:22 +0000 |
commit | b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5 (patch) | |
tree | 2857a1d94d8012e7821852e4cf1dbc94d7266ee6 /nextstep/Cocoa | |
parent | d332af682dadcc979370437d670394de4a045d66 (diff) |
* 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.plist | 13 |
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 952a745c03..8ef76531da 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> |