forked from AbleScript/ablescript
fixed strings
This commit is contained in:
parent
a3a0663433
commit
55a455d110
|
@ -122,7 +122,7 @@ pub enum Token {
|
||||||
Abool(Abool),
|
Abool(Abool),
|
||||||
|
|
||||||
/// String
|
/// String
|
||||||
#[regex("/\\*(\\.|[^\\*/])*\\*/", get_string)]
|
#[regex(r"/\*([^\*]*\*+[^\*/])*([^\*]*\*+|[^\*]*\*/)", get_string)]
|
||||||
String(String),
|
String(String),
|
||||||
|
|
||||||
/// Integer
|
/// Integer
|
||||||
|
|
Loading…
Reference in a new issue