Skip to content

Fix string interpolation #269

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

Merged
merged 2 commits into from
Oct 15, 2015

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Oct 15, 2015

syntax-ppss(parse-partial-sexp) documents says following. Its value is not always character and I suppose it is enough whether its value is non-nil.

  3. non-nil if inside a string.
     (it is the character that will terminate the string,
      or t if the string should be terminated by a generic string delimiter.)

Before

before

With this patch

after

This is related to #206.

tonini added a commit that referenced this pull request Oct 15, 2015
@tonini tonini merged commit fea4caa into elixir-editors:master Oct 15, 2015
@tonini
Copy link
Contributor

tonini commented Oct 15, 2015

👍 ❤️ 💛 💙

@syohex syohex deleted the fix-string-interpolation branch October 15, 2015 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants