Skip to content

Instantly share code, notes, and snippets.

@DefiantBidet
Created May 25, 2017 03:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DefiantBidet/e746ed7b18a36216d12321b7aae52dbe to your computer and use it in GitHub Desktop.
Save DefiantBidet/e746ed7b18a36216d12321b7aae52dbe to your computer and use it in GitHub Desktop.
sublime text snippet to wrap selection in a function call similar to the existing wrap with tag.
<snippet>
<content><![CDATA[${1:fn}($SELECTION)]]></content>
<tabTrigger>WrapAsArg</tabTrigger>
<description>Wraps Selection With Function Call</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment