Skip to content

Instantly share code, notes, and snippets.

@sorabh86
Created November 23, 2013 19:33
Show Gist options
  • Save sorabh86/7618901 to your computer and use it in GitHub Desktop.
Save sorabh86/7618901 to your computer and use it in GitHub Desktop.
AS3: startup class
<snippet>
<content><![CDATA[
package {
public class ${1:class} {
public function ${2:function}() {
}
}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>package</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment