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
When highlighting JSON the name value pair is highlighting the same colour when the value is a string.
Is it possible to define the value if it a string so that it can be given another colour.
{
"state": "initial"
}
in this case both "state" and "initial" are the same colour. And for larger JSON objects it makes most of the object the same colour.
This way the colour scheme is more customisable through .w-tc-editor-var and I can match it to other outputs such as JSONPretty
The text was updated successfully, but these errors were encountered:
Hi
When highlighting JSON the name value pair is highlighting the same colour when the value is a string.
Is it possible to define the value if it a string so that it can be given another colour.
{
"state": "initial"
}
in this case both "state" and "initial" are the same colour. And for larger JSON objects it makes most of the object the same colour.
This way the colour scheme is more customisable through .w-tc-editor-var and I can match it to other outputs such as JSONPretty
The text was updated successfully, but these errors were encountered: