Attempt to coax highlighting out of gfm

This commit is contained in:
Tony Garnock-Jones 2018-11-05 14:30:27 +00:00
parent e106f195c6
commit 4ee225b9dd
1 changed files with 15 additions and 13 deletions

View File

@ -44,6 +44,7 @@ are needed at run-time:
Finally, create the main program file. Create a directory `src`, and
then a file `src/index.js`:
```javascript
const { TimeLaterThan } = activate require("@syndicate-lang/driver-timer");
spawn named 'ticker' {
@ -61,6 +62,7 @@ then a file `src/index.js`:
stop on (this.counter == 5);
}
```
Now, compile the project: