kek / sublime-expand-selection-to-quotes

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

don't works with escaped quotes #4

Open yukulele opened 11 years ago

yukulele commented 11 years ago

This plugin should ignore escaped quote, example:

var str = 'let\'s go !';
kek commented 3 years ago

It is a good suggestion but I think a problem is that the plugin would ideally need to be aware of the syntax of the text you are editing since different languages have different syntax for escaping. But some kind of best effort would of course be possible.