Home
last modified time | relevance | path

Searched refs:macro_pattern (Results 1 – 1 of 1) sorted by relevance

/plugin/extlist/
H A Dsyntax.php49 protected $macro_pattern; variable in syntax_plugin_extlist
58 $this->macro_pattern = '\n(?: {2,}|\t{1,})~~(?:dl|ol|ul):[\w -]*?~~';
87 $this->Lexer->addSpecialPattern('[ \t]*'.$this->macro_pattern, $mode, $this->mode);
88 $this->Lexer->addPattern($this->macro_pattern, $this->mode);
205 * macro_pattern = ~~(?:dl|ol|ul):[\w -]*?~~