Aron Woost
Aron Woost
It's this one: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals And yes, we need that!
Well, there are in C: http://stackoverflow.com/questions/7926394/in-variable-name
In JS way more: http://stackoverflow.com/questions/1661197/valid-characters-for-javascript-variable-names. Is 32-126 ASCII fine for simplicity?
For the next time: please do indention (and other "clean code" stuff) in a separate commit. This makes code review easier. Also I found some [commented-out code](https://github.com/r-stein/sublime-expand-region/blob/1eeb45ca2db1a5338eeb1bc92eb59449f301b635/javascript.py#L22) and print statements....
Thanks again for the work and sorry for the lack of feedback. I'll try to dive into the code again within the next days.
@r-stein YES, excellent idea! It's time. Does it make sense to have a separate PR (and release) only for removing ST2 support? With that we have a clear cut and...
Cool! 🚀
Please give an example snippet.
Thanks, will check.