support multiline strings

This commit is contained in:
Zachary Snow 2019-09-30 23:48:10 -04:00
parent c6eedb9f26
commit ceb384f680
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ $decimalDigit = [0-9]
-- Strings
@string = \" (\\\"|[^\"\r\n])* \"
@string = \" (\\\"|\\\r?\n|[^\"\r\n])* \"
-- Times