Skip to content

Commit 4b880ff

Browse files
committed
fix: alias gradle -> groovy (#255)
1 parent a1694af commit 4b880ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/bundler/plugins/rehype-code-blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const languages = shiki.BUNDLED_LANGUAGES.reduce(
1212
for (const alias of lang.aliases || []) out[alias] = lang.id;
1313
return { ...map, ...out };
1414
},
15-
{ '': 'text' } as Record<string, string>,
15+
{ '': 'text', gradle: 'groovy' } as Record<string, string>,
1616
);
1717

1818
/**

0 commit comments

Comments
 (0)