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

Does not handle some edge cases related to ngStyle #41

Closed
Ryntak94 opened this issue Aug 9, 2024 · 1 comment · Fixed by #46
Closed

Does not handle some edge cases related to ngStyle #41

Ryntak94 opened this issue Aug 9, 2024 · 1 comment · Fixed by #46
Labels
enhancement New feature or request

Comments

@Ryntak94
Copy link

Ryntak94 commented Aug 9, 2024

I've been unable to reproduce this problem outside of my companies proprietary code, so forgive me for not being able to provide much more context.

Here is a screenshot of the current issue:

image

This seems consistent when replacing the % with multiple other special characters.
!*(-+{<>/?
but not with: ~@#$^&)}[]\|,.;:
If I move the * 100 inside of the parentheses, no issue.
image

Additionally,
image
You can see here if I remove the () around currentlyAt / end there is a separate issue with the highlighting of the * 100

However, you can see here that there is no issue
image

If I make the following modification, it seems to completely break the highlighting:

image

Let me know if I can provide more information. Unfortunately, I do not think I will be able to replicate it in a standalone repo. Happy to help troubleshoot/test changes.

@dlvandenberg
Copy link
Owner

Hi @Ryntak94 , thanks for the detailed report. I will look into this when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants