Skip to content

Instantly share code, notes, and snippets.

@abaez
Last active August 29, 2015 14:16
Show Gist options
  • Save abaez/cab5ad49beb69a313575 to your computer and use it in GitHub Desktop.
Save abaez/cab5ad49beb69a313575 to your computer and use it in GitHub Desktop.
Sublime Text 2 For loop
<snippet>
<tabTrigger>for</tabTrigger>
<scope>source.rust</scope>
<description>For Loop</description>
<content><![CDATA[
for ${1:i} in ${2:iterator} {
${3://}
}
]]></content>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment