Skip to content

Commit

Permalink
Make the Toggle String/Symbol command work on hashkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimtaro authored and infininight committed Sep 14, 2015
1 parent 6c5431d commit 6b4061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Toggle String:Symbol.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
<key>output</key>
<string>replaceSelectedText</string>
<key>scope</key>
<string>source.ruby string.quoted, source.ruby constant.other.symbol</string>
<string>source.ruby string.quoted, source.ruby constant.other.symbol, source.ruby constant.other.symbol.hashkey.ruby</string>
<key>uuid</key>
<string>B297E4B8-A8FF-49CE-B9C4-6D4911724D43</string>
</dict>
Expand Down

0 comments on commit 6b4061d

Please sign in to comment.