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

text after "someKey: |" is colorized differently if a leading newline exists. #38

Open
Tracked by #1
alexr00 opened this issue Dec 2, 2021 · 1 comment
Open
Tracked by #1

Comments

@alexr00
Copy link

alexr00 commented Dec 2, 2021

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.62.3
  • OS Version: Ubuntu 18.04.6 LTS

Steps to Reproduce:

  1. code --disable-extensions
  2. create the following .yml file
someKey: |

  *Some description*
  which is multiline
  1. Observe that "Some" word has another color (issue)
  2. Now remove the leading newline
  3. Observe that the whole string has the same color (expected behavior)

image

Originally from @ghuser in microsoft/vscode#138244

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

2 participants