One thing that could be implemented, which would be helpful, is the support to literal dollar signs. Something like this: ``` foo: $${BAR} ``` would translate to: ``` foo: ${BAR} ``` after interpolation. What do you think?
One thing that could be implemented, which would be helpful, is the support to literal dollar signs.
Something like this:
would translate to:
after interpolation.
What do you think?