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 type definitions #9

Open jeromesimeon opened 6 years ago

jeromesimeon commented 6 years ago

The syntax highlighting does not understand type declarations inside Ergo. e.g.,:

define concept Person { name : String }
define transaction Payment { amount : Double }