Fix block string matching not including newlines
kitten.sh 4 years ago 3c931a0d 6cd107cc
··· 63 63 kind: x.tag, 64 64 value: x[0], 65 65 }))` 66 66 - (:${'"""'} ${/.*(?=""")/} :${'"""'}) 66 66 + (:${'"""'} ${/[\s\S]+?(?=""")/} :${'"""'}) 67 67 | (:${'"'} ${/[^"\r\n]*/} :${'"'}) 68 68 `; 69 69