File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414// ^^ - constant.character.escape.scala
1515// ^ punctuation.definition.string.end.scala
1616
17- raw " $$ " // `$" ` is an escaped `" ` in raw interpolators
17+ raw " $$ " // `$$ ` is an escaped `$ ` in raw interpolators
1818// ^^^ source.scala keyword.interpolation.scala
1919// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
2020// ^^ constant.character.escape.scala
2121// ^ string.quoted.double.interpolated.scala
2222// ^ punctuation.definition.string.end.scala
2323
24- raw " $" " // `$$ ` is an escaped `$ ` in raw interpolators
24+ raw " $" " // `$" ` is an escaped `" ` in raw interpolators
2525// ^^^ source.scala keyword.interpolation.scala
2626// ^ string.quoted.double.interpolated.scala punctuation.definition.string.begin.scala
2727// ^^ constant.character.escape.scala
You can’t perform that action at this time.
0 commit comments