Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save basaran/02fc9db67c769605bd9f287527fd8bad to your computer and use it in GitHub Desktop.
Save basaran/02fc9db67c769605bd9f287527fd8bad 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