Home
last modified time | relevance | path

Searched defs:ENTRY_PATTERN (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/syntax/
H A Dhighlightmd.php28 const ENTRY_PATTERN = "`[^`\n]*(?=`)(?!\n)"; define in syntax_plugin_combo_highlightmd
H A Dstrong.php27 const ENTRY_PATTERN = "[ \t]*\*\*(?=[^\n]*\*\*)(?!\n)"; define in syntax_plugin_combo_strong
H A Dheadingwiki.php28 const ENTRY_PATTERN = '[ \t]*={1,6}(?=[^\n]*={1,6}\s*\r??\n)'; define in syntax_plugin_combo_headingwiki
H A Dhighlightwiki.php34 const ENTRY_PATTERN = "\x27\x27(?=[^\n]*\x27\x27)(?!\n)"; define in syntax_plugin_combo_highlightwiki