(and while I was already at it, I also enabled Quick Look for .properties and .textile files)
This is what I did:
Contents/Info.plist
with a text-editor.
Info.plist
(just before the ending </dict> </plist>)
<!-- inserted jb, 20090920 for QuickLook improvement --> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.text</string> <string>public.plain-text</string> </array> <key>UTTypeDescription</key> <string>Code</string> <key>UTTypeIdentifier</key> <string>com.macromates.textmate</string> <key>UTTypeTagSpecification</key> <dict> <key>com.apple.ostype</key> <string>TEXT</string> <key>public.filename-extension</key> <array> <string>properties</string> <string>textile</string> <string>feature</string> </array> </dict> </dict> </array>
.feature
files.
touch /Applications/TextMate.app
and qlmanage -r
on the commandline.
The result:
No comments:
Post a Comment