We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34eaab commit 73c2ab1Copy full SHA for 73c2ab1
src/Renderers/CodeNodeRenderer.php
@@ -21,6 +21,7 @@ class CodeNodeRenderer implements NodeRenderer
21
private static $isHighlighterConfigured = false;
22
23
private const LANGUAGES_MAPPING = [
24
+ 'caddy' => 'plaintext',
25
'env' => 'bash',
26
'html+jinja' => 'twig',
27
'html+twig' => 'twig',
0 commit comments