toland / qlmarkdown

QuickLook generator for Markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for .mmd multimarkdown extension please

jnslxndr opened this issue · comments

hi, could you also add support for mmd files?
cheers! jens-a-e

diff --git a/Info.plist b/Info.plist
index fcf8426..7cc5cb2 100644
--- a/Info.plist
+++ b/Info.plist
@@ -27,6 +27,8 @@
           <string>mdml</string>
           <string>text</string>
           <string>mdwn</string>
+          <string>mmd</string>
+          <string>multimarkdown</string>
         </array>
       </dict>
     </dict>

I've just made a pull request for code that contains this change:

#8

It looks like this has been taken care of. Closing.