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 a1694af commit 4b880ffCopy full SHA for 4b880ff
api/src/bundler/plugins/rehype-code-blocks.ts
@@ -12,7 +12,7 @@ const languages = shiki.BUNDLED_LANGUAGES.reduce(
12
for (const alias of lang.aliases || []) out[alias] = lang.id;
13
return { ...map, ...out };
14
},
15
- { '': 'text' } as Record<string, string>,
+ { '': 'text', gradle: 'groovy' } as Record<string, string>,
16
);
17
18
/**
0 commit comments