(?=.*?)'; protected $exit_pattern = ''; protected $match_pattern = '//'; private function override_syntax_code() { return $this->getConf('override-code'); } public function connectTo($mode) { if (isset($_REQUEST['comment']) || !$this->override_syntax_code()) { return false; } $this->Lexer->addEntryPattern($this->entry_pattern, $mode, 'plugin_codeprism_code'); } public function postConnect() { $this->Lexer->addExitPattern($this->exit_pattern, 'plugin_codeprism_code'); } }