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

Font lock issue with a more complex module var #473

Open
mpanarin opened this issue Apr 29, 2021 · 0 comments
Open

Font lock issue with a more complex module var #473

mpanarin opened this issue Apr 29, 2021 · 0 comments

Comments

@mpanarin
Copy link
Contributor

Code snippet:

defmodule Foo do
  @bar ["cool", "strings"]
  @spam "this is formatted [#{
          @bar
          |> Enum.map(fn method -> "'#{method}'" end)
          |> Enum.join(", ")
        }]"

  def eggs() do
    IO.inspect("Doing whatever here")
  end
end

Font lock seems to get really confused with " in #{}
Screenshot of highlighting:
image

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

2 participants