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

fix(syntaxes): Only match known block names #2034

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

atscott
Copy link
Collaborator

@atscott atscott commented May 15, 2024

This updates the syntaxes to only match known block names instead of requiring a { at the end of the line when the block syntax is used.

fixes angular/angular#53483

@atscott atscott added the target: patch This PR is targeted for the next patch release label May 15, 2024
This updates the syntaxes to only match known block names instead of
requiring a `{` at the end of the line when the block syntax is used.

fixes angular/angular#53483
@atscott atscott added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels May 17, 2024
@dylhunn dylhunn self-requested a review May 17, 2024 16:55
@dylhunn dylhunn added the action: merge Ready to merge label May 17, 2024
@dylhunn dylhunn merged commit dceedb6 into angular:main May 17, 2024
5 checks passed
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: syntax coloring for new block syntax, not working with Allman formatting
2 participants