Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect highlighting when { } are used inside YAML literal style #14753

Closed
ivanz opened this issue Oct 31, 2016 · 2 comments
Closed

Incorrect highlighting when { } are used inside YAML literal style #14753

ivanz opened this issue Oct 31, 2016 · 2 comments
Assignees

Comments

@ivanz
Copy link
Contributor

ivanz commented Oct 31, 2016

  • VSCode Version: 1.6.1
  • OS Version: Windows 10

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.

image

@aeschli
Copy link
Contributor

aeschli commented Nov 1, 2016

Bla:
  - 
  {
    "jsonStuff": {
      "${something}": {
        "bla1":"sd",
        "bal2":"${asdf}",
        "bla3":"$[asdf]"
      }
    }
  }
this: is,

Seems to work with spaces after the colons

@aeschli
Copy link
Contributor

aeschli commented Nov 1, 2016

This issue was moved to textmate/yaml.tmbundle#18

@aeschli aeschli closed this as completed Nov 1, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants