elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Heredocs do not work correctly with sigils #72

Closed ericmj closed 8 years ago

ericmj commented 8 years ago

An example is module.ex in Elixir core.

keathley commented 8 years ago

TIL heredoc quotes work as another delimiter for all sigils. This is really obvious now that I think about it. Thanks for pointing this out :+1:

keathley commented 8 years ago

This should be fixed in the latest release. Lemme know if you still have issues.