Skip to content

Fix syntax highlighting for attribute expression #1522

@eric-milles

Description

@eric-milles

Consider the following:

class Foo {
  Foo bar
  def isBaz() {}
}
Foo foo
foo.@bar.isBaz()

The subsequence "@bar.isBaz" is being recognized as an annotation by the editor.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions