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

YAML syntax highlighting with multiline string and single quote #31

Open
Tracked by #1
alexr00 opened this issue Oct 7, 2019 · 1 comment
Open
Tracked by #1

YAML syntax highlighting with multiline string and single quote #31

alexr00 opened this issue Oct 7, 2019 · 1 comment

Comments

@alexr00
Copy link

alexr00 commented Oct 7, 2019

  • VSCode Version: 1.35.0
  • OS Version: Windows 10, version 1903

Steps to Reproduce:

  1. Write in an *.yml file:
some_bash_script:
  content: |
            echo 'Some multi-line echo...

            ...ending with two line breaks. 

            ' > some_file.txt
  some:
  further:
  yaml:
  parts:

Effect:

vscode bug

You can, however, work this around with not-so-pretty-trick...

vscode bug 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant