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

Fixed issue with \n in toTokenList #46

Closed
wants to merge 1 commit into from

Conversation

dgmltn
Copy link

@dgmltn dgmltn commented May 26, 2024

The SyntaxTokens.toTokenList function had an edge case where some tokens were not being recognized properly. This was due to \n characters creeping into the list. This fixes that.

image

@tmaxxdd
Copy link
Member

tmaxxdd commented Aug 11, 2024

Thank you for that fix. I missed that newline :P
Fix will be merged soon

@tmaxxdd
Copy link
Member

tmaxxdd commented Aug 14, 2024

@dgmltn Thanks for outlining the problem.

This has been fixed in #48 and should not happen in future.

@tmaxxdd tmaxxdd closed this Aug 14, 2024
@tmaxxdd
Copy link
Member

tmaxxdd commented Aug 15, 2024

@dgmltn Version 0.9.1 with fix is released

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.

None yet

3 participants