scala.tmbundle icon indicating copy to clipboard operation
scala.tmbundle copied to clipboard

Another syntax highlighting bug: s"${"'"}"

Open Matt-Kantor-CK opened this issue 8 years ago • 0 comments
trafficstars

This is not highlighted properly (everything following the single quote is highlighted as an error):

s"${"'"}"

It's valid Scala:

scala> s"${"'"}"
res1: String = '

Matt-Kantor-CK avatar Nov 23 '17 02:11 Matt-Kantor-CK