diff --git a/src/SyncReadmeExamples.php b/src/SyncReadmeExamples.php index c8ea0ef..92b37f4 100644 --- a/src/SyncReadmeExamples.php +++ b/src/SyncReadmeExamples.php @@ -294,6 +294,7 @@ private function getLanguageFromExtension(string $filePath) : string 'md', 'markdown' => 'markdown', 'html', 'htm' => 'html', 'css' => 'css', + 'twig' => 'twig', 'scss', 'sass' => 'scss', default => '', };