-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lispy-tab escapes dot expressions in hy code #537
Comments
Thanks, please test. |
It works, thanks. |
Forgot to mention that comma is also a symbol in hy and |
abo-abo
added a commit
that referenced
this issue
Jun 22, 2020
Thanks. |
abo-abo
added a commit
that referenced
this issue
Dec 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In hy-mode, dot-prefixed sexps and the
.
function are present and should not be escaped when usinglispy-tab
. E.g., this should not happen:The text was updated successfully, but these errors were encountered: