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
Hello, I am getting an incorrect highlighting when a multi-word key follows a multi-line string.
expected:
bill-to: &id001 street: | 123 Tornado Alley Suite 16 city name: East Centerville
actual (from kitchen sink):
Note how "city name" has two different colors.
The text was updated successfully, but these errors were encountered:
A patch for yaml highlighter will fix this: brynne8@74c3ff3
I don't quote understand why the old highlighter created two rules for yaml key-value. So I simplified it to a single rule and works well.
Sorry, something went wrong.
Confirmed, thanks.
It's fixed in 1.15+ with this PR #4706
No branches or pull requests
Hello, I am getting an incorrect highlighting when a multi-word key follows a multi-line string.
expected:
actual (from kitchen sink):
![image](https://user-images.githubusercontent.com/5012744/110807548-70d0f080-8283-11eb-9d56-4e52c86766f2.png)
Note how "city name" has two different colors.
The text was updated successfully, but these errors were encountered: