forked from AbleScript/ablescript
fixed spelling of ain't
This commit is contained in:
parent
e17b67e438
commit
4d8ee1a0d7
|
@ -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