vscode-extension
vscode-extension copied to clipboard
Bug: Syntax markup gets messed up after a field with a name "type", followed by "optional" is used
Syntax markup gets messed up after a field with a name type
, followed by optional
is used.
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