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/lua.php | 182 --------------------- 1 file changed, 182 deletions(-) delete mode 100644 extensions/SyntaxHighlight_GeSHi/geshi/geshi/lua.php (limited to 'extensions/SyntaxHighlight_GeSHi/geshi/geshi/lua.php') diff --git a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/lua.php b/extensions/SyntaxHighlight_GeSHi/geshi/geshi/lua.php deleted file mode 100644 index 9bd67151..00000000 --- a/extensions/SyntaxHighlight_GeSHi/geshi/geshi/lua.php +++ /dev/null @@ -1,182 +0,0 @@ - 'Lua', - 'COMMENT_SINGLE' => array(1 => "--"), - 'COMMENT_MULTI' => array(), - 'COMMENT_REGEXP' => array( - // Multiline comments - 2 => '/--\[(=*)\[.*?\]\1\]/s', - // Multi line literal strings (should not interpret escape sequences) - // Here because no STRING_REGEXP - 3 => '/(?