I am working on a big project that use Smarty template engine with AngularJs and we need to move out from AngularJs to Svelte. we face a bad problem that the delimiter of smarty is the same as Svelte and I had been searched for any solution to change delimiter of Svelte and I have been got nothing. So, please I need to know if this possible to change Svelte delimiter or not?
Changing the delimiter is NOT possible.
The { and } are hardcoded into the Svelte compiler.