Replies: 1 comment 1 reply
-
|
I think the idea is that you never need to end a string as " are always inserted as a pair so you are either in the string or not. What is your actual use case as in your example the string is already ended. The same thing will happen with all sorts of brackets, is that troubling you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When in this state
"example|"and type", instead of matching the end-quote (resulting in"example"|), lispy inserts a pair of escaped quotes like this"example\"|\"", which from my understanding is expected according to the documentation.What's the recommended way of terminating/end-quoting the string instead of inserting a nested pair of quotes? Just use
C-f?Beta Was this translation helpful? Give feedback.
All reactions