Skip to content

Commit

Permalink
Only enable '#{}' snippet when fully inside a string
Browse files Browse the repository at this point in the history
Before it would also be active when the caret is right before a string
  • Loading branch information
infininight committed Mar 20, 2013
1 parent 4aa0ec6 commit b67ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/embed string variable.plist
Expand Up @@ -9,7 +9,7 @@
<key>name</key>
<string>Embedded Code — #{…}</string>
<key>scope</key>
<string>(string.quoted.double.ruby|string.interpolated.ruby) - string source</string>
<string>B:(string.quoted.double.ruby|string.interpolated.ruby) - string source</string>
<key>uuid</key>
<string>EEE6D060-C5A0-400D-A2E0-0835013C5365</string>
</dict>
Expand Down

0 comments on commit b67ea35

Please sign in to comment.