mirror of https://github.com/zachjs/sv2v.git
support multiline strings
This commit is contained in:
parent
c6eedb9f26
commit
ceb384f680
|
|
@ -83,7 +83,7 @@ $decimalDigit = [0-9]
|
|||
|
||||
-- Strings
|
||||
|
||||
@string = \" (\\\"|[^\"\r\n])* \"
|
||||
@string = \" (\\\"|\\\r?\n|[^\"\r\n])* \"
|
||||
|
||||
-- Times
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue