Skip to content

Instantly share code, notes, and snippets.

@thgreasi
Created November 28, 2019 16:21
Show Gist options
  • Save thgreasi/e0de23aa6d4296589ebd527e60805bd9 to your computer and use it in GitHub Desktop.
Save thgreasi/e0de23aa6d4296589ebd527e60805bd9 to your computer and use it in GitHub Desktop.
<!-- place at ~/.config/sublime-text-3/Packages/User/$any.sublime-snippet -->
<snippet>
<content><![CDATA[
{
\$any: {
\$alias: '${1:this}',
\$expr: {
${1:this}: {
},
},
},
},
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>$any</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