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