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:
code --disable-extensions
- create the following
.yml file
someKey: |
*Some description*
which is multiline
- Observe that "Some" word has another color (issue)
- Now remove the leading newline
- Observe that the whole string has the same color (expected behavior)

Originally from @ghuser in microsoft/vscode#138244