Skip to content

Commit b9c525e

Browse files
committed
Add desc.
1 parent b846890 commit b9c525e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@
1111

1212
This is much of the universal solution, it just simply toggle
1313
and cycle through the `quotes` you specify under
14-
`toggle-quotes-plus-chars` list in any file.
14+
`toggle-quotes-plus-chars` list in any file.
15+
16+
This package search for the character that can be cycled in both
17+
`backward` and `forward` directions. The original `toggle-quotes`
18+
will only works in string so it will not work in `.html` or `.md`
19+
file type.
20+
21+
For escape character, I couldn't figure out the best way to
22+
resolve this. Currently, this package will just ignore the escape
23+
character. If you have an idea to solve this you can open an
24+
`issue` or `pull request`, both methods are welcome.
1525

1626
*P.S. Inspired by [Toggle Quotes](https://marketplace.visualstudio.com/items?itemName=BriteSnow.vscode-toggle-quotes) from VS Code Marketplace.* <br/>
1727
*P.S. Similar package [toggle-quotes](https://github.com/toctan/toggle-quotes.el) by [Tian, Jin](https://github.com/toctan).*

0 commit comments

Comments
 (0)