-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat '_' as an alphanumeric character
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.
- Loading branch information
Colin Ward
committed
Nov 6, 2024
1 parent
fbec23b
commit be7280a
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters