Fix scan error
This commit is contained in:
parent
d2c70509dd
commit
fe7e3a638a
@ -18,7 +18,7 @@ INT = {DIGIT}+
|
||||
HEX = 0x{HEXDIGIT}+
|
||||
OBJECT = @[a-z][a-z]_{BASE58}+
|
||||
HASH = #{BASE64}+
|
||||
SIG = \$\sg_{BASE58}+
|
||||
SIG = \$sg_{BASE58}+
|
||||
WS = [\000-\s]
|
||||
ID = {LOWER}[a-zA-Z0-9_]*
|
||||
STRING = "[^"]*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user