-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This previously copied the values from the Graphviz DOT lexer. That didn't actually work, since those are expressed in octal, and also don't refer to Unicode code points. According to a comment in the lexer, Graphviz will accept ASCII letters, underscore, and all non-ASCII characters for its "LETTER" class. (Non-ASCII characters in this case starts at 0200 or 0x80, non-breaking space.)
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
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