Skip to content

Commit

Permalink
Merge pull request #2 from jobedom/master
Browse files Browse the repository at this point in the history
Create icon_jade.tmPreferences to show icon for Jade files
  • Loading branch information
Miw0 committed May 18, 2015
2 parents 7833091 + 02fe7c2 commit 298d50e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions icons/icon_jade.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.jade</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_jade</string>
</dict>
</dict>
</plist>

0 comments on commit 298d50e

Please sign in to comment.