From 41d51802a4f1d52aced2f2960bc919c9739cf775 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 15 May 2015 16:26:00 +0200 Subject: switched geshi higlighter to composer based repository --- inc/geshi/pycon.php | 64 ----------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 inc/geshi/pycon.php (limited to 'inc/geshi/pycon.php') diff --git a/inc/geshi/pycon.php b/inc/geshi/pycon.php deleted file mode 100644 index ac2b34d07..000000000 --- a/inc/geshi/pycon.php +++ /dev/null @@ -1,64 +0,0 @@ ->>).*?$(?:\n\.\.\..*?$)*($)/m'; -$language_data['HIGHLIGHT_STRICT_BLOCK'][-1] = true; - -$language_data['STYLES']['SCRIPT'][-1] = 'color: #222222;'; - -if(!isset($language_data['COMMENT_REGEXP'])) { - $language_data['COMMENT_REGEXP'] = array(); -} - -$language_data['COMMENT_REGEXP'][-1] = '/(?:^|\A\s)(?:>>>|\.\.\.)/m'; -$language_data['STYLES']['COMMENTS'][-1] = 'color: #444444;'; - -?> \ No newline at end of file -- cgit v1.2.3