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

Missing exit point highlighting for labeled block tail #19138

Open
Veykril opened this issue Feb 11, 2025 · 0 comments
Open

Missing exit point highlighting for labeled block tail #19138

Veykril opened this issue Feb 11, 2025 · 0 comments
Labels
A-highlighting (semantic) token highlighting C-bug Category: bug

Comments

@Veykril
Copy link
Member

Veykril commented Feb 11, 2025

        'a: {
            if true { break 'a None}
            None // this exit point is not being highlighted
        }

When the cursor is on 'a or the break we do not highlighting the tail None even though it is also an exit point for the block.

@Veykril Veykril added the C-bug Category: bug label Feb 11, 2025
@ShoyuVanilla ShoyuVanilla added the A-highlighting (semantic) token highlighting label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-highlighting (semantic) token highlighting C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants