From 6fb44778fd709739f7c5ddc6d51adc6dd234464d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Aug 2016 19:01:37 +0200 Subject: pygments: Add .yml extension Signed-off-by: Florian Pritz --- application/libraries/Pygments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 82963af07..9ce179d08 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -214,6 +214,7 @@ class Pygments { 'sh' => 'bash', 'tcl' => 'tcl', 'tex' => 'tex', + 'yml' => 'yaml', ); if (array_key_exists($extension, $extensionarray)) return $extensionarray[$extension]; } -- cgit v1.2.3-24-g4f1b