Skip to content

String class fields mess up highlighting of when omitting semicolons #1123

@adrianhelvik

Description

@adrianhelvik

Requisite minimal reproducible example, formatted as plain text :

class Faulty {
  foo = 'bar'
  static doesNotWork1 = 'bar'
  static doesNotWork2 = "bar"
  static x
}

In the class above, static is never highlighted.


String properties without a trailing semicolon messes up the coloring of the next line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions