Allow $'\n' (whatever that is)
This commit is contained in:
parent
c7484ad85f
commit
30844a0381
|
@ -375,7 +375,7 @@ module.exports = grammar({
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
string_expansion: $ => seq('$', $.string),
|
string_expansion: $ => seq('$', choice($.string, $.raw_string)),
|
||||||
|
|
||||||
expansion: $ => seq(
|
expansion: $ => seq(
|
||||||
'${',
|
'${',
|
||||||
|
|
Loading…
Reference in New Issue