Skip to content

Instantly share code, notes, and snippets.

@jaturken
Created November 12, 2012 14:31
Show Gist options
  • Save jaturken/4059730 to your computer and use it in GitHub Desktop.
Save jaturken/4059730 to your computer and use it in GitHub Desktop.
Sublime do...end block autocompletion
<snippet>
<content><![CDATA[
do
${1:code}
end]]></content>
<description>do...end block</description>
<tabTrigger>doe</tabTrigger>
<scope>source.ruby</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment