My project contains a large number of {}/{{}}-like strings (such as in CSS or FreeMarker), and I can't escape them all with .
Is there a way to customize the placeholder symbols, for example, I want to use <%xxxxxx%> instead of {xxxxxx}, so I don't have to modify existing files?