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

Multiline string highlight error #28

Open
Tracked by #1
JPinkney opened this issue Aug 16, 2018 · 2 comments
Open
Tracked by #1

Multiline string highlight error #28

JPinkney opened this issue Aug 16, 2018 · 2 comments

Comments

@JPinkney
Copy link

string: >-
  first line
  |second line
  thirdline

For this multiline string, the |second line gets wrong highlight, as shown in the figure.
multiline

copied from redhat-developer/vscode-yaml#109

@TheNetAdmin
Copy link

It seems multiline regex matching is misbehaving in vscode, as noted in #13155.

If so, the yaml multiline string highlight may not get a solution, until feature #176 get implemented.

@TheNetAdmin
Copy link

Hi, I saw the VS Code supports multiline regex now, will that solve this multiline problem?

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