예제 #1
0
파일: html.php 프로젝트: rncrtr/jsperf.com
function geshi_html_html_comment(GeSHiContext &$context)
{
    $context->addDelimiters('<!--', '-->');
    //$this->_contextStyleType = GESHI_STYLE_COMMENTS;
}
예제 #2
0
function geshi_php_phpdoc_comment_htmltag(GeSHiContext &$context)
{
    $context->addDelimiters('REGEX#<[/a-z_0-6]+#i', '>');
    $context->setComplexFlag(GESHI_COMPLEX_PASSALL);
}