Skip to content

Instantly share code, notes, and snippets.

@justrjlewis
Created September 3, 2014 17:52
Show Gist options
  • Save justrjlewis/8abe5a51d3d48df8bb72 to your computer and use it in GitHub Desktop.
Save justrjlewis/8abe5a51d3d48df8bb72 to your computer and use it in GitHub Desktop.
Sublime Text Sass File Type Icon
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeName</key>
<string>SASS</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>sass</string>
<string>scss</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SCSS</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment