mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
AsciiLexer: more characters supported in data names
This commit is contained in:
parent
450bad006f
commit
a659c699bb
@ -56,7 +56,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
DIGIT [0-9]
|
DIGIT [0-9]
|
||||||
ALPHA [a-zA-Z_\-]
|
ALPHA [a-zA-Z_+.-]
|
||||||
SIGN \+|-
|
SIGN \+|-
|
||||||
EXP e|E
|
EXP e|E
|
||||||
INT {SIGN}?{DIGIT}+
|
INT {SIGN}?{DIGIT}+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user