Skip to content

Commit

Permalink
Fixed PHP icon scope
Browse files Browse the repository at this point in the history
Latest sublime build broke it apparently, for #2
  • Loading branch information
nfour committed Jul 4, 2015
1 parent be7d752 commit a9006ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### History

#### 0.5.0
- Fixed `php` icon

#### 0.4.0 - 2015-04-08
- Fixed standard scrollbar ghosting due to opacity, #1

Expand Down
2 changes: 1 addition & 1 deletion icons/icon_php.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.php</string>
<string>source.php, embedding.php</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down

0 comments on commit a9006ca

Please sign in to comment.