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

🐛 BUG: Highlighting without closing tag #708

Open
cdtut opened this issue Nov 22, 2023 · 1 comment · May be fixed by #828
Open

🐛 BUG: Highlighting without closing tag #708

cdtut opened this issue Nov 22, 2023 · 1 comment · May be fixed by #828
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) feat: syntax Issue in our syntax highlighting (scope)

Comments

@cdtut
Copy link

cdtut commented Nov 22, 2023

Describe the Bug

Braces aren't highlighted properly without closing tag.

Steps to Reproduce

These braces aren't highlighted properly because there is no closing tag. There are html tags that don't have closing tags.

{check && <tag>}

These braces highlighted properly.

{check && <tag />}
{check && <tag></tag>}
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Nov 22, 2023
@Princesseuh Princesseuh added feat: syntax Issue in our syntax highlighting (scope) - P2: has workaround Bug, but has workaround (priority) - P3: minor bug An edge case that only affects very specific usage (priority) and removed needs triage Issue needs to be triaged - P2: has workaround Bug, but has workaround (priority) labels Dec 4, 2023
@Princesseuh Princesseuh added - P2: nice to have Not breaking anything but nice to have (priority) - P3: minor bug An edge case that only affects very specific usage (priority) and removed - P3: minor bug An edge case that only affects very specific usage (priority) - P2: nice to have Not breaking anything but nice to have (priority) labels Dec 11, 2023
@swift502
Copy link

swift502 commented Jan 9, 2024

Not just braces, this completely breaks style and script block highlighting.

comp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) feat: syntax Issue in our syntax highlighting (scope)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants