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

Treat '_' as an alphanumeric character #82

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

hitman-codehq
Copy link
Owner

Variable names that contained the '_' character were being broken up into multiple subtokens by the highlighter, due to the highlighter's special assembly language support. This character is now treated as a normal alphanumeric character, to avoid this.

Variable names that contained the '_' character were being broken up
into multiple subtokens by the highlighter, due to the highlighter's
special assembly language support. This character is now treated as a
normal alphanumeric character, to avoid this.
@hitman-codehq hitman-codehq merged commit 042c834 into master Nov 6, 2024
6 of 7 checks passed
@hitman-codehq hitman-codehq deleted the underscore branch November 6, 2024 21:57
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.

1 participant