Skip to content

Instantly share code, notes, and snippets.

@benwoodward
Created October 12, 2014 00:57
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 benwoodward/027cabbcb7002f464ac2 to your computer and use it in GitHub Desktop.
Save benwoodward/027cabbcb7002f464ac2 to your computer and use it in GitHub Desktop.
Sublime Text Snippet for simple "do ... end", because typing do+enter annoyingly activates the 'dob' (do |variable| .. end) snippet, which is not always what you want.
<snippet>
<content><![CDATA[do$do
$0
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