Require space after `owo` for making comments.

pull/43/head
ondra05 2021-08-23 18:58:28 +02:00
parent 15cacdbaef
commit 6000de6100
1 changed files with 1 additions and 1 deletions

View File

@ -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")]