Home
last modified time | relevance | path

Searched defs:EXIT_PATTERN (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/syntax/
H A Dheadingatx.php24 const EXIT_PATTERN = "\r??\n"; define in syntax_plugin_combo_headingatx
H A Dhighlightmd.php30 const EXIT_PATTERN = "`"; define in syntax_plugin_combo_highlightmd
H A Dstrong.php28 const EXIT_PATTERN = "\*\*"; define in syntax_plugin_combo_strong
H A Dheadingwiki.php29 const EXIT_PATTERN = '={1,6}\s*(?=\r??\n)'; define in syntax_plugin_combo_headingwiki
H A Dhighlightwiki.php39 const EXIT_PATTERN = "\x27\x27"; define in syntax_plugin_combo_highlightwiki
H A Dlink.php83 public const EXIT_PATTERN = "\]\]"; define in syntax_plugin_combo_link