No underscore!
This commit is contained in:
parent
35caa085f8
commit
c1bc0e8a96
|
@ -117,7 +117,7 @@ pub enum Token {
|
||||||
Integer(isize),
|
Integer(isize),
|
||||||
|
|
||||||
/// An identifier
|
/// An identifier
|
||||||
#[regex(r"[\p{XID_Start}|_][\p{XID_Continue}]*", get_ident)]
|
#[regex(r"\p{XID_Start}[\p{XID_Continue}]*", get_ident)]
|
||||||
Identifier(String),
|
Identifier(String),
|
||||||
|
|
||||||
#[regex(r"owo .*")]
|
#[regex(r"owo .*")]
|
||||||
|
|
Loading…
Reference in a new issue