sublime-imba
sublime-imba copied to clipboard
Wrap with ` character
Just like single & double quotes, wrap highlighted text with ` rather than replacing the text.
highlighted + ' = 'highlighted'
highlighted + " = "highlighted"
highlighted + ` = `highlighted`