You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON syntax highlighting breaks after a line that includes a non-quoted environment variable (e.g. a bool/number). Using a misc. JSON body as an example:
You can see the highlighting is fine for non-environment variables, and for an environment variable that is contained within quotes, but fails after {{env_num}} where it highlights the key of the following line. The same behaviour occurs for bool/null.
The text was updated successfully, but these errors were encountered:
I don't think it's possible to get code mirror to treat the json as valid without the quotes. Not sure if we can fix this without writing a custom syntax highlighter for this.
The same behaviour occurs for bool/null
That doesn't sound right. Highlighting seems correct in above screenshot after bool / null. As it's valid json.
The JSON syntax highlighting breaks after a line that includes a non-quoted environment variable (e.g. a bool/number). Using a misc. JSON body as an example:

You can see the highlighting is fine for non-environment variables, and for an environment variable that is contained within quotes, but fails after
{{env_num}}
where it highlights the key of the following line. The same behaviour occurs for bool/null.The text was updated successfully, but these errors were encountered: