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 3c41147 commit 9551a31Copy full SHA for 9551a31
packages/site-kit/src/lib/markdown/utils.ts
@@ -16,6 +16,9 @@ export const SHIKI_LANGUAGE_MAP = {
16
jsonc: 'javascript',
17
ts: 'typescript',
18
dts: 'typescript',
19
+ toml: 'toml',
20
+ yaml: 'yaml',
21
+ yml: 'yaml',
22
// TODO: find a highlighter for tree syntax
23
tree: '',
24
'': ''
0 commit comments