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?
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?