kek / sublime-expand-selection-to-quotes

Sublime Text plugin to expand selection to surrounding quotes
107 stars 13 forks source link

Allow for Backticks #11

Closed wesbos closed 3 years ago

wesbos commented 8 years ago

ES6 JavaScript can now use backticks:

const x = `he's so cool`;

Could we expand this plugin to include backticks? (see what I did there)

kek commented 3 years ago

Solved in #14 thanks to @MattDMo!

:speedboat: