Searched refs:PATTERN (Results 1 – 2 of 2) sorted by relevance
70 const PATTERN = self::START_TAG . '.*?' . self::END_TAG; define in syntax_plugin_combo_frontmatter129 …$this->Lexer->addSpecialPattern(self::PATTERN, $mode, PluginUtility::getModeFromTag($this->getPlug…
255 $pattern = syntax_plugin_combo_frontmatter::PATTERN;