Skip to content

Commit 73c2ab1

Browse files
committed
fix: unknown caddy's language
1 parent f34eaab commit 73c2ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Renderers/CodeNodeRenderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class CodeNodeRenderer implements NodeRenderer
2121
private static $isHighlighterConfigured = false;
2222

2323
private const LANGUAGES_MAPPING = [
24+
'caddy' => 'plaintext',
2425
'env' => 'bash',
2526
'html+jinja' => 'twig',
2627
'html+twig' => 'twig',

0 commit comments

Comments
 (0)