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).