atom / toggle-quotes

An Atom package to toggle between single and double quotes
MIT License
77 stars 36 forks source link

When adding a custom quote it doesn't cycle through all of them #31

Open tjbenton opened 9 years ago

tjbenton commented 9 years ago

Here is my config.

"toggle-quotes":
    quoteCharacters: "\'\"\`"

I wasn't sure if sure if issue should be added to #14 or not since this is a bug and that's an enhancement.

lostfictions commented 8 years ago

I'm experiencing this issue as well.

ghost commented 8 years ago

Works for me! using version 1.0.0 I specified them in this order in the GUI

"'`

here's the part from my config.cson

  "toggle-quotes":
    quoteCharacters: "\"'`"