Lexer->addEntryPattern('(?=.*)', $mode, 'html'); $this->Lexer->addEntryPattern('(?=.*)', $mode, 'htmlblock'); } /** @inheritdoc */ public function postConnect() { $this->Lexer->addExitPattern('', 'html'); $this->Lexer->addExitPattern('', 'htmlblock'); } /** @inheritdoc */ public function getSort() { return 190; } }