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
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 the Bla: block.
While `\p{XDigit}` works, alternate regex engines might interpret it
according to UTS #18, which contains more than just the ASCII
characters, or not even implement it at all.
The YAML spec only contains the ASCII characters, see here:
http://yaml.org/spec/1.2/spec.html#id2775468
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
The text was updated successfully, but these errors were encountered: