More code fence syntax highlighting

This commit is contained in:
Yash-Singh1
2021-11-01 19:43:54 -07:00
parent ab3e076c91
commit dac542682d
8 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ For instance:
There are some jison specific sub steps here where the parser stores the data encountered when parsing the diagram, this data is later used by the renderer. You can during the parsing call a object provided to the parser by the user of the parser. This object can be called during parsing for storing data.
```
```jison
statement
: 'participant' actor { $$='actor'; }
| signal { $$='signal'; }