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

Commit

Permalink
doc - update links
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Aug 5, 2020
1 parent 16a717c commit ec61d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Please visit the [Visual Studio Code Marketplace](https://marketplace.visualstud

## Features

- Create data models for templates using the Concerto modelling language
- Develop the logic for templates using the Ergo domain specific language
- Write the natural language text for templates using the CiceroMark extended markdown syntax
- Run unit tests for templates using the Cucumber BDD testing framework
- Trigger templates
- Create data models for templates using the [Concerto](https://docs.accordproject.org/docs/model-concerto.html) modelling language
- Develop the logic for templates using the [Ergo](https://docs.accordproject.org/docs/logic-ergo.html) domain specific language
- Write the natural language text for templates using the [CiceroMark](https://docs.accordproject.org/docs/markup-cicero.html) extended markdown syntax
- Run unit tests for templates using the [Cucumber](https://cucumber.io) BDD testing framework
- Trigger templates (send them data and view the results)
- Syntax highlighting for all files
- Compilation and problem markers

Expand All @@ -39,7 +39,7 @@ Please visit the [Visual Studio Code Marketplace](https://marketplace.visualstud

### Quick Fixes

- Add a variable to the template model is an undeclared variable is used in `grammar.tem.md`. _Note that the `model.cto` file must be open for the quick fix to be available._
- Add a variable to the template model if an undeclared variable is used in `grammar.tem.md`. _Note that the `model.cto` file must be open for the quick fix to be available._

### Concerto Snippets

Expand Down

0 comments on commit ec61d0f

Please sign in to comment.