Allow $'\n' (whatever that is)

This commit is contained in:
Max Brunsfeld 2018-03-01 14:15:15 -08:00
parent c7484ad85f
commit 30844a0381
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ module.exports = grammar({
)
),
string_expansion: $ => seq('$', $.string),
string_expansion: $ => seq('$', choice($.string, $.raw_string)),
expansion: $ => seq(
'${',