We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
string: >- first line |second line thirdline
For this multiline string, the |second line gets wrong highlight, as shown in the figure.
|second line
copied from redhat-developer/vscode-yaml#109
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hi, I saw the VS Code supports multiline regex now, will that solve this multiline problem?
No branches or pull requests
For this multiline string, the
|second line
gets wrong highlight, as shown in the figure.copied from redhat-developer/vscode-yaml#109
The text was updated successfully, but these errors were encountered: