[mod] fix highlighting

This commit is contained in:
Laurent Peuch 2020-05-02 22:14:19 +02:00
parent 5b81ebcd8f
commit 7bcb67d9bd

View file

@ -41,7 +41,7 @@ And in json:
}
"default", "some stuff", // optional, not available for all types
"example": "an example value", // optional
"optional": true, # optional, will skip if not answered
"optional": true, // optional, will skip if not answered
},
```