Skip to content

Commit ed52382

Browse files
committed
Fix Codeblock YAML
1 parent 2e2323e commit ed52382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ux.symfony.com/src/Twig/Components/Code/CodeBlock.php

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ private function matchLanguage(string $extension): ?string
171171
'php' => 'php',
172172
'css', 'scss' => 'css',
173173
'js', 'jsx', 'ts' => 'javascript',
174+
'yaml', 'yml' => 'yaml',
174175
default => null,
175176
};
176177
}

0 commit comments

Comments
 (0)