Skip to content
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

~r/"/ Breaks Syntax Highlighting #23

Closed
devn opened this issue Jul 16, 2013 · 3 comments
Closed

~r/"/ Breaks Syntax Highlighting #23

devn opened this issue Jul 16, 2013 · 3 comments

Comments

@devn
Copy link

devn commented Jul 16, 2013

Howdy,

It looks like ~r/"/ doesn't work as expected. It will cause everything after the " to be treated as a string. I didn't test, but it would probably be worth checking the behavior of ' as well.

Thanks!

@antifuchs
Copy link
Contributor

No wait no this isn't fixed, argh.

@antifuchs antifuchs reopened this Jul 23, 2013
@antifuchs
Copy link
Contributor

I have the outline of a fix for this (related to #28), but am waiting on elixir-lang/elixir#1480, as correct parsing depends on that.

@mattdeboard mattdeboard changed the title %r/"/ Breaks Syntax Highlighting ~r/"/ Breaks Syntax Highlighting Aug 16, 2014
@mattdeboard
Copy link
Contributor

I'm going to just suggest escaping the quote as the functionality in the runtime is equivalent.

J3RN pushed a commit to J3RN/emacs-elixir that referenced this issue Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants