Created
September 1, 2015 09:10
-
-
Save nirnaeth/b72210a3755d57fe49b8 to your computer and use it in GitHub Desktop.
do end snippet for sublime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Source http://stackoverflow.com/questions/16956254/sublimetext2-auto-complete-wrong-for-ruby-do-block | |
<snippet> | |
<content><![CDATA[ | |
do | |
$1 | |
end | |
]]></content> | |
<tabTrigger>do</tabTrigger> | |
<scope>source.ruby</scope> | |
<description>do..end</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment