[TxMt] MultiMarkdown in TextMate
Daniel Käsmayr
daniel at kaesmayr.net
Thu Apr 6 20:14:50 UTC 2006
> PS: Best viewed with the (non-existing) Mail-Markdown Plugin ;)
Hey, I was looking for this as well. Is there a way to do this? i.e.
create a custom bundle that assigns “text.plain.mail” and
“text.html.markdown” to all text? Creating a language grammar that
looks like this does not help:
{ scopeName = 'text.plain.mail.markdown';
fileTypes = ( 'mail' );
patterns = (
{ include = 'text.plain.mail'; },
{ include = 'text.html.markdown'; },
);
}
At least there is no general scope of text.html.markdown applied ;
( so snippets won't work; syntax hilighting does, though.
Dan
More information about the textmate
mailing list