annsk / vscode-alignment

Align chars in selection.
MIT License
13 stars 6 forks source link

Ignore operator-like characters in string literals #15

Open BairDev opened 6 years ago

BairDev commented 6 years ago

As described in this SO-Question, alignment of JS code fails for string literals, if you use operator like characters there. It would be great, if they would be ignored there.

For details have a look at the linked question.