mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-11-10 10:29:31 +00:00
AsciiLexer: more characters supported in data names
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
%}
|
||||
|
||||
DIGIT [0-9]
|
||||
ALPHA [a-zA-Z_\-]
|
||||
ALPHA [a-zA-Z_+.-]
|
||||
SIGN \+|-
|
||||
EXP e|E
|
||||
INT {SIGN}?{DIGIT}+
|
||||
|
||||
Reference in New Issue
Block a user