cycle-quotes
- Description
- Cycle between quote styles
- Latest
- cycle-quotes-0.1.0.20221221.75021.tar (.sig), 2024-Mar-31, 20.0 KiB
- Maintainer
- Simen Heggestøyl <simenheg@gmail.com>
- Atom feed
- cycle-quotes.xml
- Website
- https://elpa.gnu.org/packages/cycle-quotes.html
- Browse repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
This package provides the `cycle-quotes' command to cycle between different string quote styles. For instance, in JavaScript, there's three string quote characters: ", ` and '. In a JavaScript buffer, with point located someplace within the string, `cycle-quotes' will cycle between the following quote styles each time it's called: --> "Hi, it's me!" --> `Hi, it's me!` --> 'Hi, it\'s me!' -- | | ------------------------------------------------------------ As seen in the above example, `cycle-quotes' tries to escape and unescape quote characters intelligently.
Old versions
cycle-quotes-0.1.0.20201201.203641.tar.lz | 2020-Dec-14 | 2.70 KiB |
cycle-quotes-0.1.0.20201201.153641.tar.lz | 2021-Oct-09 | 2.70 KiB |