Is there a way to set the default delimiter to double in version 3?
- machina86
- Member | 6
Looking to set the default syntax to {{$var}} when setting up the engine.
Thought I was getting close with the Latte\Compiler\TemplateLexer->setSyntax() but I can't extend anything due to all the private vars/classes.
Would be nice if Latte\Engine had a public var for $defaultSyntax or something to make it super easy.
Maybe I am missing something.