Searched defs:ENTRY_PATTERN (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/syntax/ | ||
H A D | highlightmd.php | 28 const ENTRY_PATTERN = "`[^`\n]*(?=`)(?!\n)"; define in syntax_plugin_combo_highlightmd |
H A D | strong.php | 27 const ENTRY_PATTERN = "[ \t]*\*\*(?=[^\n]*\*\*)(?!\n)"; define in syntax_plugin_combo_strong |
H A D | headingwiki.php | 28 const ENTRY_PATTERN = '[ \t]*={1,6}(?=[^\n]*={1,6}\s*\r??\n)'; define in syntax_plugin_combo_headingwiki |
H A D | highlightwiki.php | 34 const ENTRY_PATTERN = "\x27\x27(?=[^\n]*\x27\x27)(?!\n)"; define in syntax_plugin_combo_highlightwiki |