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 87fad2c commit 1a72f6bCopy full SHA for 1a72f6b
packages/site-kit/src/lib/markdown/utils.ts
@@ -3,6 +3,7 @@ import json5 from 'json5';
3
4
export const SHIKI_LANGUAGE_MAP = {
5
bash: 'bash',
6
+ sh: 'bash',
7
env: 'bash',
8
yaml: 'yaml',
9
toml: 'toml',
0 commit comments