diff options
| author | Adrian Robert | 2009-05-06 08:38:22 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-05-06 08:38:22 +0000 |
| commit | b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5 (patch) | |
| tree | 2857a1d94d8012e7821852e4cf1dbc94d7266ee6 /nextstep/Cocoa | |
| parent | d332af682dadcc979370437d670394de4a045d66 (diff) | |
| download | emacs-b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5.tar.gz emacs-b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5.zip | |
* 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 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/>. | |||
| 67 | <dict> | 67 | <dict> |
| 68 | <key>CFBundleTypeExtensions</key> | 68 | <key>CFBundleTypeExtensions</key> |
| 69 | <array> | 69 | <array> |
| 70 | <string>markdown</string> | ||
| 71 | <string>mkdn</string> | ||
| 72 | </array> | ||
| 73 | <key>CFBundleTypeIconFile</key> | ||
| 74 | <string>document.icns</string> | ||
| 75 | <key>CFBundleTypeName</key> | ||
| 76 | <string>Markdown document</string> | ||
| 77 | <key>CFBundleTypeRole</key> | ||
| 78 | <string>Editor</string> | ||
| 79 | </dict> | ||
| 80 | <dict> | ||
| 81 | <key>CFBundleTypeExtensions</key> | ||
| 82 | <array> | ||
| 70 | <string>css</string> | 83 | <string>css</string> |
| 71 | </array> | 84 | </array> |
| 72 | <key>CFBundleTypeIconFile</key> | 85 | <key>CFBundleTypeIconFile</key> |