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] Multi-line implicit strings break the file's syntax highlighting if they end in a single quotation mark #112392

Closed
munael opened this issue Dec 13, 2020 · 1 comment
Assignees
Labels
grammar Syntax highlighting grammar upstream-issue-linked This is an upstream issue that has been reported upstream

Comments

@munael
Copy link

munael commented Dec 13, 2020

  • VSCode Version: 1.52.0
  • OS Version: Windows 10 2004

Steps to Reproduce:

foo:
- bar:
  - foo '{
    }'
# Highlighting is broken starting here (shows as continuation of the string): --->>>
  baz:
  - foo

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

@alexr00
Copy link
Member

alexr00 commented Dec 30, 2020

Looks like a duplicate of textmate/yaml.tmbundle#31

@alexr00 alexr00 closed this as completed Dec 30, 2020
@alexr00 alexr00 added grammar Syntax highlighting grammar upstream-issue-linked This is an upstream issue that has been reported upstream labels Dec 30, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
grammar Syntax highlighting grammar upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

3 participants