Skip to content

Instantly share code, notes, and snippets.

@spadgos
Created August 14, 2012 10:26
Show Gist options
  • Save spadgos/3348038 to your computer and use it in GitHub Desktop.
Save spadgos/3348038 to your computer and use it in GitHub Desktop.
Super snippet
<snippet>
<content><![CDATA[
${1:return }${2:ParentClass}.prototype.${3:method}.apply(this, arguments);
$0
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>super</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment