fixed spelling of ain't
This commit is contained in:
parent
9d6f5740b1
commit
070f3b2f0e
|
@ -59,7 +59,7 @@ pub enum Token {
|
|||
#[token("!=")]
|
||||
NotEqual,
|
||||
|
||||
#[regex("!|aint")] // also add aint as a not keyword
|
||||
#[regex("!|ain't")]
|
||||
Not,
|
||||
|
||||
// Keywords
|
||||
|
|
Loading…
Reference in a new issue