Created
March 3, 2010 02:48
-
-
Save seandenigris/320252 to your computer and use it in GitHub Desktop.
Quicklook for HAML and ERB files (see instructions at http://seandenigris.com/?p=403)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>UTExportedTypeDeclarations</key> | |
<array> | |
<dict> | |
<key>UTTypeConformsTo</key> | |
<array> | |
<string>public.text</string> | |
<string>public.source-code</string> | |
</array> | |
<key>UTTypeDescription</key> | |
<string>Ruby HTML Template file</string> | |
<key>UTTypeIdentifier</key> | |
<string>com.rails.template</string> | |
<key>UTTypeTagSpecification</key> | |
<dict> | |
<key>com.apple.ostype</key> | |
<string>TEXT</string> | |
<key>public.filename-extension</key> | |
<array> | |
<string>erb</string> | |
<string>haml</string> | |
</array> | |
</dict> | |
</dict> | |
</array> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment