hyperledger-firefly / hyperledger-firefly/sandbox
Mismatched quotes in truncated template blurbs causes highlighting issues
Open
bug
good first issue
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Some long JSON items (such as contract schemas) are truncated in the template display for readability, like the following:
```
const ffi = {"name":"m ... event1"}]};
```
If this truncation results in a mismatched number of quotation marks, the syntax highlighting is wrong (as it colors the rest of the snippet as a string constant).
Contributor guide
Assessment
This issue has not been assessed yet.