Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
doc - update instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jul 29, 2020
1 parent e682fe4 commit f7d9a2e
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,31 @@ If you want to use this plugin:

The extension is available from the Visual Studio Marketplace at https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension

## Snippets
### Concerto Snippets

### For Concerto
The extention adds snippets for the following elements of the Concerto language.

We provide snippets generation for all the class method present in the Concerto languages.

| Classes | Prefix |
| Element | Prefix |
| :---------- | :---------: |
| Asset | asset |
| Participant | participant |
| Transaction | transaction |
| Concept | concept |
| Enum | enum |

## For Contributors
### Ergo Snippets

The extention adds snippets for the following elements of the Ergo language.

| Element | Prefix |
| :---------- | :---------: |
| Clause | clause |
| Contract | contract |


## Contributors

### Structure
### Code Structure

```
.
Expand Down

0 comments on commit f7d9a2e

Please sign in to comment.