From d36250c5a7ff87fde1e943cc3a61611d5b786ec8 Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Wed, 29 Jul 2020 22:14:54 +0200 Subject: [PATCH] doc - update instructions Signed-off-by: Dan Selman --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a6e7b..56e80f7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ The extention adds snippets for the following elements of the Concerto language. | Transaction | transaction | | Concept | concept | | Enum | enum | +| Event | event | +| Namespace | namespace | +| Import | import | +| String | string | +| Double | double | +| Integer | int | +| Long | long | +| DateTime | date | +| Boolean | bool | ### Ergo Snippets @@ -49,7 +58,6 @@ The extention adds snippets for the following elements of the Ergo language. | Clause | clause | | Contract | contract | - ## Contributors ### Code Structure