Skip to content

Instantly share code, notes, and snippets.

@kreeger
Created January 30, 2013 15:53
Show Gist options
  • Save kreeger/4674193 to your computer and use it in GitHub Desktop.
Save kreeger/4674193 to your computer and use it in GitHub Desktop.
Ruby Sublime Text bliss.
<snippet>
<content><![CDATA[do
$0
end]]></content>
<tabTrigger>do</tabTrigger>
<scope>source.ruby</scope>
<description>Insert do … end</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment