accordproject / ergo-vscode-plugin

(Obsolete) Replaced by https://github.com/accordproject/cicero-vscode-extension
MIT License
2 stars 1 forks source link

Syntax highlighting for concept constructors #10

Open jeromesimeon opened 6 years ago

jeromesimeon commented 6 years ago

Syntax highlighting does not handle object creation, e.g.,:

return MonetaryAmount{ doubleValue : 2.0, currencyCode : "USD" }

The concept name (e.g., MonetaryAmount) should be colored as a type name.