Skip to content

Capitalized vals with multi-assignment mis-colored #51

Closed
@nilskp

Description

@nilskp

E.g.:

object Enum extends Enumeration {
  val Foo, Bar, Baz = Value
}

vs.

object Enum extends Enumeration {
  val foo, bar, baz = Value
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions