giter8 icon indicating copy to clipboard operation
giter8 copied to clipboard

Customizable start/end symbol for template fields

Open myedibleenso opened this issue 8 years ago • 1 comments

Thanks for developing and maintaining giter8.

I couldn't find anything in the documentation about this, but is there a simple way to use a different symbol for identifying template fields?

It looks as if $ is hard-coded in several places:

Instead of using $ for $var$, I would like to be able to specify a different start/end symbol (ex. %$% in %$%var%$%). It would be nice if this could be handled via a configuration property.

Perhaps this is a way to address string interpolation conflicts described in #102, #288, and elsewhere?

myedibleenso avatar May 21 '17 22:05 myedibleenso

Ah, I had checked the issues but missed an open PR (#296) that addresses exactly this.

myedibleenso avatar May 22 '17 01:05 myedibleenso