Open jeromesimeon opened 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.
MonetaryAmount
Syntax highlighting does not handle object creation, e.g.,:
The concept name (e.g.,
MonetaryAmount
) should be colored as a type name.