$lexerOptions public write-only property
Twig lexer options. Example: Smarty-like syntax: `php [ 'tag_comment' => ['{*', '*}'],
'tag_block' => ['{', '}'],
'tag_variable' => ['{$', '}']
] ` See also http://twig.sensiolabs.org/doc/recipes.html#customizing-the-syntax.
public void setLexerOptions ( $options )