Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dfrontmatter.php68 const END_TAG = '---'; define in syntax_plugin_combo_frontmatter
70 const PATTERN = self::START_TAG . '.*?' . self::END_TAG;
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php430 $frontmatterEndTag = syntax_plugin_combo_frontmatter::END_TAG;