From 40d680bb3b138a385a52a2898705d141c78196fd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 28 Jun 2018 13:03:52 +0200 Subject: Fix order of c and cast extensions Signed-off-by: Florian Pritz --- application/libraries/Pygments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 8a9f69bef..c8e1f8028 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -188,8 +188,8 @@ class Pygments { $extensionarray = array( 'awk' => 'awk', - 'c' => 'c', 'cast' => 'asciinema', + 'c' => 'c', 'coffee' => 'coffee-script', 'cpp' => 'cpp', 'diff' => 'diff', -- cgit v1.2.3-24-g4f1b