---input---
a=$'abc\''

---tokens---
'a'           Name.Variable
'='           Operator
"$'abc\\''"   Literal.String.Single
'\n'          Text
