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

Issue with highlighting conditional ternary operators #40

Open
miriti opened this issue Jun 8, 2024 · 2 comments · May be fixed by #41
Open

Issue with highlighting conditional ternary operators #40

miriti opened this issue Jun 8, 2024 · 2 comments · May be fixed by #41
Assignees

Comments

@miriti
Copy link

miriti commented Jun 8, 2024

Hi! I've noticed this weird behavior with ternary operators:
image

@vantreeseba vantreeseba self-assigned this Jun 12, 2024
@vantreeseba
Copy link
Owner

Thanks for issue, I'll get this fixed

@vantreeseba vantreeseba linked a pull request Jun 24, 2024 that will close this issue
@vantreeseba
Copy link
Owner

Just an update, this is a deeper issue than I thought, it's not really associated with ternary itself, but instead with how I was parsing the type params, causing the < symbol to make the parser go a bit wacky.

I'm still sorting out the proper fix, but it's close.

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 a pull request may close this issue.

2 participants