Searched defs:EXIT_PATTERN (Results 1 – 6 of 6) sorted by relevance
/plugin/combo/syntax/ | ||
H A D | headingatx.php | 24 const EXIT_PATTERN = "\r??\n"; define in syntax_plugin_combo_headingatx |
H A D | highlightmd.php | 30 const EXIT_PATTERN = "`"; define in syntax_plugin_combo_highlightmd |
H A D | strong.php | 28 const EXIT_PATTERN = "\*\*"; define in syntax_plugin_combo_strong |
H A D | headingwiki.php | 29 const EXIT_PATTERN = '={1,6}\s*(?=\r??\n)'; define in syntax_plugin_combo_headingwiki |
H A D | highlightwiki.php | 39 const EXIT_PATTERN = "\x27\x27"; define in syntax_plugin_combo_highlightwiki |
H A D | link.php | 83 public const EXIT_PATTERN = "\]\]"; define in syntax_plugin_combo_link |