vscode-extension icon indicating copy to clipboard operation
vscode-extension copied to clipboard

Bug: Syntax markup gets messed up after a field with a name "type", followed by "optional" is used

Open stefanblaginov opened this issue 3 years ago • 0 comments

Syntax markup gets messed up after a field with a name type, followed by optional is used.

Screenshot 2022-01-31 at 14 31 30

Expected Behavior

type and the below fields should be displayed constantly.

Current Behavior

type and the below fields are not displayed constantly.

Steps to Reproduce

Paste the following concept into the editor:

concept Foo {
  o String bar optional
  o String type optonal
  o String Baz optonal
}

Desktop

  • OS: macOS 12.1

stefanblaginov avatar Jan 31 '22 15:01 stefanblaginov