Skip to content

Instantly share code, notes, and snippets.

@Tattoo
Created November 27, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tattoo/8427df558aa3872e4f7b6dac73cadb9e to your computer and use it in GitHub Desktop.
Save Tattoo/8427df558aa3872e4f7b6dac73cadb9e to your computer and use it in GitHub Desktop.
Wrap selected text with '${}' around it in Sublime
<snippet>
<content><![CDATA[\${${SELECTION}}]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
<!-- keymap:
{ "keys": ["ctrl+r"], "command": "insert_snippet", "args":{"name": "Packages/User/wrap_rf_variables.sublime-snippet"}}
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment