You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We yet lack some i/I switch for enabling/disabling interpolation, would be nice to have it.
When interpolation is disabled, there should be no need for escaping #{, but in other points, the parser should probably remain the same - account for leading whitespaces (so that indentation stripping still works) and so on.
The text was updated successfully, but these errors were encountered:
We yet lack some
i
/I
switch for enabling/disabling interpolation, would be nice to have it.When interpolation is disabled, there should be no need for escaping
#{
, but in other points, the parser should probably remain the same - account for leading whitespaces (so that indentation stripping still works) and so on.The text was updated successfully, but these errors were encountered: