Basics, Signup, Advanced tabs

This commit is contained in:
Jonathan Labreuille
2015-10-12 16:39:36 +02:00
parent 4f30756995
commit 9fd13767f0
8 changed files with 537 additions and 69 deletions

View File

@ -46,7 +46,7 @@ class Renderer {
function setupSyntax() {
$lexer = new TwigLexer($this->renderer, array(
'tag_comment' => array('<%#', '%>'),
'tag_comment' => array('<#', '#>'),
'tag_block' => array('<%', '%>'),
'tag_variable' => array('<%=', '%>'),
'interpolation' => array('%{', '}')