forked from AbleScript/ablescript
Require space after owo
for making comments.
This commit is contained in:
parent
5368dd5209
commit
1d24082ee8
|
@ -146,7 +146,7 @@ pub enum Token {
|
|||
#[regex(r"[a-zA-Z_][a-zA-Z_0-9]*", get_iden)]
|
||||
Identifier(String),
|
||||
|
||||
#[regex(r"owo.*")]
|
||||
#[regex(r"owo .*")]
|
||||
Comment,
|
||||
|
||||
#[regex("nul")]
|
||||
|
|
Loading…
Reference in a new issue