Skip to content

Instantly share code, notes, and snippets.

@eric-wieser
Created August 11, 2012 15:11
Show Gist options
  • Save eric-wieser/3325189 to your computer and use it in GitHub Desktop.
Save eric-wieser/3325189 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[for _, child in pairs(${1:parent}:GetChildren()) do
${0}
end]]></content>
<tabTrigger>children</tabTrigger>
<scope>source.lua</scope>
<description>iterate children</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment