File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
This is much of the universal solution, it just simply toggle
13
13
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.
15
25
16
26
* P.S. Inspired by [ Toggle Quotes] ( https://marketplace.visualstudio.com/items?itemName=BriteSnow.vscode-toggle-quotes ) from VS Code Marketplace.* <br />
17
27
* P.S. Similar package [ toggle-quotes] ( https://github.com/toctan/toggle-quotes.el ) by [ Tian, Jin] ( https://github.com/toctan ) .*
You can’t perform that action at this time.
0 commit comments