* @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 2005 Nigel McNie * @version 1.1.0 * */ $this->_contextDelimiters = array( 0 => array( 0 => array('REGEX#@media\s+\w+\s+\{#'), 1 => array('}'), 2 => false ) ); $this->_childContexts = array( new GeSHiCodeContext('css', $DIALECT, 'rule') ); $this->_styler->setStyle($CONTEXT, 'color:#b1b100;'); $this->_styler->setStyle($CONTEXT_START, 'color:#000;font-weight:bold;'); $this->_styler->setStyle($CONTEXT_END, 'color:#000;font-weight:bold;'); // GeSHiCSSInlineMediaContext stuff // @todo [blocking 1.1.1] do this with new alias stuff? $this->_styler->setStyle($CONTEXT . '/starter', 'color:#c9c;font-weight:bold;'); ?>