Skip to content

Fix issue with indented closing block comment marker #79

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

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

DanTup
Copy link
Collaborator

@DanTup DanTup commented Nov 18, 2024

This fixes the issue that was noted at #75 (comment) which was caused by an indented */ being considered part of a code block and not triggering the end of the comment.

Screenshot 2024-11-18 103035

@DanTup DanTup requested a review from jwren November 18, 2024 10:33
Comment on lines +215 to +217
>var d2;
#^^^ storage.type.primitive.dart
# ^ punctuation.terminator.dart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important part - without the fix this code is considered a comment, but with this fix we're back to code.

@jwren jwren merged commit e1ac5c4 into dart-lang:master Nov 26, 2024
2 checks passed
@DanTup
Copy link
Collaborator Author

DanTup commented Nov 26, 2024

Thanks!

@DanTup DanTup deleted the redo-end-while-change branch November 26, 2024 17:19
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.

2 participants