Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save basaran/02fc9db67c769605bd9f287527fd8bad to your computer and use it in GitHub Desktop.

Select an option

Save basaran/02fc9db67c769605bd9f287527fd8bad to your computer and use it in GitHub Desktop.

Revisions

  1. @DefiantBidet DefiantBidet created this gist May 25, 2017.
    5 changes: 5 additions & 0 deletions wrap-as-arg.sublime-snippet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    <snippet>
    <content><![CDATA[${1:fn}($SELECTION)]]></content>
    <tabTrigger>WrapAsArg</tabTrigger>
    <description>Wraps Selection With Function Call</description>
    </snippet>