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

Module attributes in Elixir lead to an error #1392

Closed
CoenraadS opened this issue Apr 15, 2018 · 1 comment
Closed

Module attributes in Elixir lead to an error #1392

CoenraadS opened this issue Apr 15, 2018 · 1 comment

Comments

@CoenraadS
Copy link

When using module attributes in Elixir the closing bracket isn't tokenized as punctuation
screen shot 2018-04-15 at 12 39 03

Example Code:

defmodule BrakeBracketPairColorizer do
  @fixed "foo"

  def foobar() do
    foo = String.upcase(@fixed)
                              ^ Missing punctuation
    foo <> "BAR"
  end
end
@Golmote
Copy link
Contributor

Golmote commented Apr 16, 2018

Thanks for reporting!

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

No branches or pull requests

2 participants