[SVN] Revision 818 (markdown)

Allan Odgaard allan at macromates.com
Sun May 1 10:58:09 UTC 2005


Removed txt from claimed file types.

If you want your txt files to open as Markdown, you can run this from Terminal.app (while TextMate is NOT running):

defaults write com.macromates.textmate OakLanguageFileBindings '({name = "Markdown"; fileTypes = (txt); language = "0A1D9874-B448-11D9-BD50-000D93B6E43C";})'

Language is the language UUID. Instead of fileTypes it's also possible to use firstLineMatch as key. Of course there'll be an UI ontop of this functionality later.

Changed:
U   trunk/Bundles/markdown.tmbundle/Syntaxes/Markdown.plist



More information about the textmate-dev mailing list