From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- .../SyntaxHighlight_GeSHi/geshi/geshi/pycon.php | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 extensions/SyntaxHighlight_GeSHi/geshi/geshi/pycon.php (limited to 'extensions/SyntaxHighlight_GeSHi/geshi/geshi/pycon.php') diff --git a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/pycon.php b/extensions/SyntaxHighlight_GeSHi/geshi/geshi/pycon.php deleted file mode 100644 index f6fd44be..00000000 --- a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/pycon.php +++ /dev/null @@ -1,62 +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;'; -- cgit v1.2.2