akka / akka-quickstart-scala.g8

A minimal seed template for an Akka with Scala build
https://developer.lightbend.com/guides/akka-quickstart-scala/index.html
Other
57 stars 40 forks source link

use string interpolation #20

Open raboof opened 6 years ago

raboof commented 6 years ago

Because our scala files are being run through the g8 templating engine now (to set the package name correctly), using $ signs in the code is now problematic.

While the $ signs can be escaped as \$, paradox does not pick up on this.

Should we find a way to post-process the snippet in paradox?