Beispiel #1
0
function geshi_html_html_string(GeSHiContext &$context)
{
    $context->addDelimiters("'", "'");
    $context->addDelimiters('"', '"');
    // NOTE: need to support _neverTrim
    $context->addChildLanguage('javascript/javascript', array('javascript:', 'return'), array('"', "'"), false, GESHI_CHILD_PARSE_LEFT);
    //$this->_contextStyleType = GESHI_STYLE_STRINGS;
}