Open aeschli opened 8 years ago
Bla:
-
{
"jsonStuff": {
"${something}": {
"bla1":"sd",
"bal2":"${asdf}",
"bla3":"$[asdf]"
}
}
}
this: is,
Seems to work with spaces after the colons
Just encountered this as well (https://github.com/Microsoft/monaco-editor/issues/786) when editing helmfiles with VSCode.
From @ivanz on October 31, 2016 10:43
Having issues with the highlighting of some AWS CloudFormation YAML templates which have some jsons fragments in YAML literal. Seems the
{ }
may be tripping over the highlighting. Note how on the screenshot the highlighting stops working after theBla:
block.Copied from original issue: Microsoft/vscode#14753