Skip to content

Instantly share code, notes, and snippets.

@nirnaeth
Created September 1, 2015 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirnaeth/b72210a3755d57fe49b8 to your computer and use it in GitHub Desktop.
Save nirnaeth/b72210a3755d57fe49b8 to your computer and use it in GitHub Desktop.
do end snippet for sublime
// 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