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] Fix unbalanced quoted scalars #3923

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

deathaxe
Copy link
Collaborator

Fixes #1026

This PR scopes tokens after closing quotation mark illegal to discover unbalanced quotation marks.

This commit scopes tokens after closing quotation mark illegal to discover
unbalanced quotation marks.
michaelblyons
michaelblyons previously approved these changes Feb 17, 2024
@deathaxe
Copy link
Collaborator Author

Just realized, multi-push causing illegal scope being applied to valid string parts as well by accident and fixed it.

@deathaxe deathaxe merged commit 225202d into sublimehq:master Feb 18, 2024
2 checks passed
@deathaxe deathaxe deleted the pr/yaml/fix-scalars branch February 18, 2024 07:24
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

Successfully merging this pull request may close these issues.

YAML syntax highlighting: unbalanced quotation marks
4 participants