Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created June 1, 2013 10:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IanVaughan/5689928 to your computer and use it in GitHub Desktop.
Save IanVaughan/5689928 to your computer and use it in GitHub Desktop.
Packages/Ruby/do-end.sublime-snippet
<snippet>
<content><![CDATA[
do
${1:}
end
]]></content>
<tabTrigger>doe</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