Skip to content

Commit

Permalink
feat: Add sublime-commands file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Sep 23, 2016
1 parent dcb1484 commit 97ac304
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file.
13 changes: 13 additions & 0 deletions preferences/file_type_sublime-command.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.sublimecommands</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_settings</string>
</dict>
</dict>
</plist>

0 comments on commit 97ac304

Please sign in to comment.